From f392292b9e82c45b8814fc27d7f0c055a0c87559 Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Tue, 9 Jun 2026 15:41:52 -0500 Subject: [PATCH] =?UTF-8?q?release(android):=201.7.9=20=E2=80=94=20Android?= =?UTF-8?q?=2014+=20crash=20+=20YouTube=20152=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- VERSION | 2 +- android/app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 73c8b4f..f65dc1e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.7 \ No newline at end of file +1.7.9 diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 5ee742e..d541e91 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 = 11 - versionName = "1.7.8" + versionCode = 12 + versionName = "1.7.9" } signingConfigs {