Bump target to Android Q
This commit is contained in:
parent
37e55bd66f
commit
651ace5a38
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue