Bump target to Android Q

This commit is contained in:
arkon 2020-03-01 15:36:24 -05:00
parent 37e55bd66f
commit 651ace5a38
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
android {
compileSdkVersion 27
compileSdkVersion 29
buildToolsVersion '29.0.2'
buildTypes {
@ -30,7 +30,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 29
applicationIdSuffix pkgNameSuffix
versionCode extVersionCode
versionName "$libVersion.$extVersionCode"