Fix deploy migrate su immagine nuova e bump Android 2.0.3.

Le migrate partono dall'immagine appena buildata invece che dal container vecchio; helper live tollera slug assente.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-23 23:31:17 +02:00
co-authored by Cursor
parent 1d97271555
commit fb7068f86c
3 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId = "com.matchlivetv.match_live_tv"
minSdk = 24
targetSdk = 36
versionCode = 23
versionName = "2.0.2-native"
versionCode = 24
versionName = "2.0.3-native"
val apiBaseUrl = project.findProperty("API_BASE_URL") as String?
?: "https://www.matchlivetv.it"