Merge branch 'master' into imgbot

This commit is contained in:
Eric Gallager
2023-09-04 23:19:14 -04:00
committed by GitHub
41 changed files with 319 additions and 222 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"

View File

@@ -75,6 +75,7 @@
android:alwaysRetainTaskState="true"
android:launchMode="singleInstance"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
android:exported="true"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />