We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5b18d commit b706c5bCopy full SHA for b706c5b
app/build.gradle.kts
@@ -22,8 +22,8 @@ plugins {
22
apply(from = "static-ips.gradle.kts")
23
24
val canonicalVersionCode = 1588
25
-val canonicalVersionName = "7.56.9"
26
-val currentHotfixVersion = 0
+val canonicalVersionName = "7.56.10"
+val currentHotfixVersion = 1
27
val maxHotfixVersions = 100
28
29
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))
0 commit comments