Bump Android a 2.0.13-native (versionCode 34) per Play Store.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-07 08:48:08 +02:00
co-authored by Cursor
parent ce81bb5789
commit bb342ead79
+2 -2
View File
@@ -24,8 +24,8 @@ android {
applicationId = "com.matchlivetv.match_live_tv" applicationId = "com.matchlivetv.match_live_tv"
minSdk = 24 minSdk = 24
targetSdk = 36 targetSdk = 36
versionCode = 33 versionCode = 34
versionName = "2.0.12-native" versionName = "2.0.13-native"
val apiBaseUrl = project.findProperty("API_BASE_URL") as String? val apiBaseUrl = project.findProperty("API_BASE_URL") as String?
?: "https://www.matchlivetv.it" ?: "https://www.matchlivetv.it"