Version 1.26.3

This commit is contained in:
MM20 2023-07-12 18:49:37 +02:00
parent 248744fee9
commit 175af58f85
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -28,7 +28,7 @@ android {
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023062500
versionName = "1.26.2"
versionName = "1.26.3"
signingConfig = signingConfigs.getByName("debug")
}