mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Bump to API 30
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user