There was an error while loading. Please reload this page.
1 parent 7925041 commit ec02d80Copy full SHA for ec02d80
1 file changed
app/build.gradle.kts
@@ -27,8 +27,8 @@ plugins {
27
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
28
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
29
30
-val canonicalVersionCode = 1697
31
-val canonicalVersionName = "8.12.4"
+val canonicalVersionCode = 1698
+val canonicalVersionName = "8.13.0"
32
val currentHotfixVersion = 0
33
val maxHotfixVersions = 100
34
0 commit comments