fix(android): lower minSdk 26 -> 24 to support Android 7.0/7.1 panels (#141)

Covers API 24 (7.0) + 25 (7.1.2); all 26+ APIs were already guarded with graceful else branches; no dependency bumps. Validated on API 24 + 25 emulators: install, foreground service, #139 OTA verify on the legacy GET_SIGNATURES path (incl. tampered-refuse), EncryptedSharedPreferences, and playback.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ScreenTinker 2026-06-24 11:38:56 -05:00
parent 01e5b10f53
commit 16c381254b

View file

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "com.remotedisplay.player"
minSdk = 26
minSdk = 24
targetSdk = 34
versionCode = 27
versionName = "1.9.1-beta7"