Bump version to 7.12.3

This commit is contained in:
Alex Hart
2024-07-29 12:22:51 -03:00
parent ebec2f5246
commit f69b810663

View File

@@ -22,8 +22,8 @@ plugins {
apply(from = "static-ips.gradle.kts")
val canonicalVersionCode = 1439
val canonicalVersionName = "7.12.2"
val currentHotfixVersion = 0
val canonicalVersionName = "7.12.3"
val currentHotfixVersion = 1
val maxHotfixVersions = 100
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))