Bump to API 30

This commit is contained in:
elasota
2021-11-10 17:51:59 -05:00
parent 7c5864d59b
commit 5f2f73e176

View File

@@ -8,13 +8,13 @@ else {
}
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
if (buildAsApplication) {
applicationId "org.thecodedeposit.aerofoil"
}
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
versionCode 16
versionName "1.1.2"
externalNativeBuild {