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'
android {
buildToolsVersion '28.0.3'
compileSdkVersion 28
buildToolsVersion '29.0.0'
compileSdkVersion 29
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
}
buildTypes {