diff --git a/android/armsx3-ui/app/build.gradle.kts b/android/armsx3-ui/app/build.gradle.kts index 237d59207..f6a2eb2b3 100644 --- a/android/armsx3-ui/app/build.gradle.kts +++ b/android/armsx3-ui/app/build.gradle.kts @@ -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 = 29 - versionName = "0.9.4.9" + versionCode = 30 + versionName = "0.9.5.0" // 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.