Completa i18n Android su sheet, wizard, broadcast e login.

Selettore lingua con icona globo al login; dialog e bottom sheet (es. scegli squadra) tradotti; bump a 2.0.4-native.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-24 08:40:52 +02:00
co-authored by Cursor
parent adceb8f13f
commit 5ff22c7586
20 changed files with 1363 additions and 234 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId = "com.matchlivetv.match_live_tv"
minSdk = 24
targetSdk = 36
versionCode = 24
versionName = "2.0.3-native"
versionCode = 25
versionName = "2.0.4-native"
val apiBaseUrl = project.findProperty("API_BASE_URL") as String?
?: "https://www.matchlivetv.it"