Make string translatable

This commit is contained in:
MM20
2024-08-17 00:07:52 +02:00
parent 814c4cd3f5
commit 8bb2184818
4 changed files with 53 additions and 37 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ android {
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024072400
versionName = "1.32.2"
versionName = "1.33.0"
signingConfig = signingConfigs.getByName("debug")
}