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 { android {
compileSdkVersion 27 compileSdkVersion 29
buildToolsVersion '29.0.2' buildToolsVersion '29.0.2'
buildTypes { buildTypes {
@ -30,7 +30,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 29
applicationIdSuffix pkgNameSuffix applicationIdSuffix pkgNameSuffix
versionCode extVersionCode versionCode extVersionCode
versionName "$libVersion.$extVersionCode" versionName "$libVersion.$extVersionCode"