Android: 0.9.5.4 (versionCode 34)

This commit is contained in:
jpolo1224
2026-08-24 15:19:49 -04:00
parent ea52e9bef4
commit 59dc158841
+2 -2
View File
@@ -34,8 +34,8 @@ android {
// agree -- an APK that installs below its core's target is a dlopen failure at boot.
minSdk = (project.findProperty("armsx3.minSdk") as String?)?.toInt() ?: 33
targetSdk = 37
versionCode = 33
versionName = "0.9.5.3"
versionCode = 34
versionName = "0.9.5.4"
// ARMSX2's UI reads these. STORAGE_ALL_FILES gates the all-files storage path in
// onboarding; IN_APP_UPDATER gates the in-app GitHub-release updater.