mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-14 18:22:46 -06:00
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:
parent
64975fec88
commit
f392292b9e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue