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 59c3814 commit a05ce88Copy full SHA for a05ce88
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 = 1695
31
-val canonicalVersionName = "8.12.2"
+val canonicalVersionCode = 1696
+val canonicalVersionName = "8.12.3"
32
val currentHotfixVersion = 0
33
val maxHotfixVersions = 100
34
0 commit comments