mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-29 09:23:16 -06:00
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:
parent
118367837b
commit
71f8948bdb
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue