Stabilizza i18n Android 2.0.5: lingua live senza perdere sessione né crashare il wizard.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-24 09:36:56 +02:00
co-authored by Cursor
parent 97af398654
commit ff4de33cc5
8 changed files with 235 additions and 79 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId = "com.matchlivetv.match_live_tv"
minSdk = 24
targetSdk = 36
versionCode = 25
versionName = "2.0.4-native"
versionCode = 26
versionName = "2.0.5-native"
val apiBaseUrl = project.findProperty("API_BASE_URL") as String?
?: "https://www.matchlivetv.it"