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