Version 1.26.4

This commit is contained in:
MM20
2023-07-12 21:06:08 +02:00
parent e04a96bcb6
commit dc376b9321
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023071200
versionName = "1.26.3"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023071201
versionName = "1.26.4"
signingConfig = signingConfigs.getByName("debug")
}