Update Android to API 33, version 1.1.4, add build instructions

This commit is contained in:
elasota
2023-09-09 11:17:12 -04:00
parent a6d93f8daa
commit 65a6e06ce1
8 changed files with 244 additions and 152 deletions

View File

@@ -8,15 +8,15 @@ else {
}
android {
compileSdkVersion 30
compileSdkVersion 33
defaultConfig {
if (buildAsApplication) {
applicationId "org.thecodedeposit.aerofoil"
}
minSdkVersion 16
targetSdkVersion 30
versionCode 17
versionName "1.1.3"
targetSdkVersion 33
versionCode 18
versionName "1.1.4"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-16"