There was an error while loading. Please reload this page.
1 parent 02b4339 commit 441ba42Copy full SHA for 441ba42
1 file changed
app/build.gradle.kts
@@ -30,8 +30,8 @@ plugins {
30
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
31
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
32
33
-val canonicalVersionCode = 1739
34
-val canonicalVersionName = "8.24.1"
+val canonicalVersionCode = 1740
+val canonicalVersionName = "8.24.2"
35
val currentHotfixVersion = 0
36
val maxHotfixVersions = 100
37
0 commit comments