From 71f8948bdb20cd65fc27ac1e7858c0c843bcaaab Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Thu, 18 Jun 2026 17:28:44 -0500 Subject: [PATCH] chore(android): bump versionName to 1.9.1-beta4 (versionCode 24) The Android version fields live separately from the root VERSION / server package, so the beta4 release commit didn't touch them and the APK reported beta3. Bump them so the client reports beta4 and OTA sees it as newer. The v1.9.1-beta4 tag is intentionally NOT moved to this commit. Co-Authored-By: Claude Opus 4.8 (1M context) --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index f9d3083..1bf39e2 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.remotedisplay.player" minSdk = 26 targetSdk = 34 - versionCode = 23 - versionName = "1.9.1-beta3" + versionCode = 24 + versionName = "1.9.1-beta4" } signingConfigs {