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 022b4d9 commit 54df957Copy full SHA for 54df957
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 = 1690
31
-val canonicalVersionName = "8.11.2"
+val canonicalVersionCode = 1691
+val canonicalVersionName = "8.11.3"
32
val currentHotfixVersion = 0
33
val maxHotfixVersions = 100
34
0 commit comments