android: cleanup

This commit is contained in:
luboslenco
2026-03-14 19:58:55 +01:00
parent 7e1e49a3b5
commit f2a05e31e1
2 changed files with 7 additions and 9 deletions
+3 -3
View File
@@ -1982,9 +1982,9 @@ class AndroidExporter extends Exporter {
installLocation : "internalOnly",
versionCode : 1,
versionName : "1.0",
compileSdkVersion : 33,
minSdkVersion : 24,
targetSdkVersion : 33,
compileSdkVersion : 36,
minSdkVersion : 35, // android 15
targetSdkVersion : 36,
screenOrientation : "sensor",
permissions : [],
disableStickyImmersiveMode : false,