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 02e134c commit 2cabdd0Copy full SHA for 2cabdd0
1 file changed
app/build.gradle.kts
@@ -32,8 +32,8 @@ plugins {
32
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
33
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
34
35
-val canonicalVersionCode = 1717
36
-val canonicalVersionName = "8.19.0"
+val canonicalVersionCode = 1718
+val canonicalVersionName = "8.19.1"
37
val currentHotfixVersion = 0
38
val maxHotfixVersions = 100
39
0 commit comments