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 b6d0e5d commit fa8386cCopy full SHA for fa8386c
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 = 1711
32
-val canonicalVersionName = "8.17.1"
+val canonicalVersionCode = 1712
+val canonicalVersionName = "8.17.2"
33
val currentHotfixVersion = 0
34
val maxHotfixVersions = 100
35
0 commit comments