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) <noreply@anthropic.com>
This commit is contained in:
ScreenTinker 2026-06-18 17:28:44 -05:00
parent 118367837b
commit 71f8948bdb

View file

@ -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 {