release(android): 1.7.9 — Android 14+ crash + YouTube 152 fixes

Rebuilds and redistributes the player APK so the fixes actually reach devices:
- #5 Android 14+ mediaProjection FGS crash (committed in source but the SERVED
  ScreenTinker.apk was a stale 1.7.7 build from before it — modern devices
  couldn't launch the app at all).
- YouTube error 152 (embed base domain).

versionCode 11->12, versionName 1.7.8->1.7.9, VERSION file 1.7.7->1.7.9 so the
update check offers it; signed with the same release key (OTA signature check
passes). Verified on a Pixel 10 / Android 16 emulator: launches without crashing,
YouTube plays.
This commit is contained in:
ScreenTinker 2026-06-09 15:41:52 -05:00
parent 64975fec88
commit f392292b9e
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
1.7.7
1.7.9

View file

@ -11,8 +11,8 @@ android {
applicationId = "com.remotedisplay.player"
minSdk = 26
targetSdk = 34
versionCode = 11
versionName = "1.7.8"
versionCode = 12
versionName = "1.7.9"
}
signingConfigs {