From 8bc2da9d3fd83de12093b404d9f0ba19a921e807 Mon Sep 17 00:00:00 2001 From: jpolo1224 Date: Mon, 24 Aug 2026 16:01:28 -0400 Subject: [PATCH] Android: 0.9.4.4 (versionCode 38) Resumes the public version line after 0.9.4.3. The 0.9.4.4 through 0.9.5.7 bumps were internal test builds for the Xillia 2 hang hunt and were never released; versionCode keeps climbing past them so a tester carrying one can still update rather than having to uninstall. --- android/armsx3-ui/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/armsx3-ui/app/build.gradle.kts b/android/armsx3-ui/app/build.gradle.kts index c37d91ce1..04349c22f 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 = 37 - versionName = "0.9.5.7" + versionCode = 38 + versionName = "0.9.4.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.