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 1c6f093 commit d68e541Copy full SHA for d68e541
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 = 1686
31
-val canonicalVersionName = "8.10.1"
+val canonicalVersionCode = 1687
+val canonicalVersionName = "8.10.2"
32
val currentHotfixVersion = 0
33
val maxHotfixVersions = 100
34
0 commit comments