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 7560896 commit 439760eCopy full SHA for 439760e
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 = 1685
31
-val canonicalVersionName = "8.10.0"
+val canonicalVersionCode = 1686
+val canonicalVersionName = "8.10.1"
32
val currentHotfixVersion = 0
33
val maxHotfixVersions = 100
34
0 commit comments