Version 1.28.0

This commit is contained in:
MM20
2023-10-13 16:54:53 +02:00
parent 5b879193b2
commit ea031068a7
3 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() ?: 2023090800
versionName = "1.27.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023101300
versionName = "1.28.0"
signingConfig = signingConfigs.getByName("debug")
}