Version 1.30.0

This commit is contained in:
MM20 2024-05-07 00:12:38 +02:00
parent 20e361b0c6
commit f349dbdfb6
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -32,7 +32,7 @@ android {
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024022100
versionName = "1.29.1"
versionName = "1.30.0"
signingConfig = signingConfigs.getByName("debug")
}