Version 1.31.0

This commit is contained in:
MM20
2024-06-30 20:18:52 +02:00
parent a7437b6a43
commit 787a17a325
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024051000
versionName = "1.30.4"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024063000
versionName = "1.31.0"
signingConfig = signingConfigs.getByName("debug")
}