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 899013b commit a1a901fCopy full SHA for a1a901f
app/build.gradle.kts
@@ -23,8 +23,8 @@ plugins {
23
apply(from = "static-ips.gradle.kts")
24
25
val canonicalVersionCode = 1599
26
-val canonicalVersionName = "7.60.2"
27
-val currentHotfixVersion = 0
+val canonicalVersionName = "7.60.3"
+val currentHotfixVersion = 1
28
val maxHotfixVersions = 100
29
30
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))
0 commit comments