Target API 29

This commit is contained in:
Cameron Gutman 2019-06-26 17:39:01 -07:00
parent d32c0e32d0
commit a1b58ab2fc

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
buildToolsVersion '28.0.3' buildToolsVersion '29.0.0'
compileSdkVersion 28 compileSdkVersion 29
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 29
} }
buildTypes { buildTypes {