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 { android {
compileSdkVersion 29 compileSdkVersion 30
defaultConfig { defaultConfig {
if (buildAsApplication) { if (buildAsApplication) {
applicationId "org.thecodedeposit.aerofoil" applicationId "org.thecodedeposit.aerofoil"
} }
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 30
versionCode 16 versionCode 16
versionName "1.1.2" versionName "1.1.2"
externalNativeBuild { externalNativeBuild {