There was an error while loading. Please reload this page.
1 parent 8b0732a commit 46d6eebCopy full SHA for 46d6eeb
1 file changed
app/build.gradle.kts
@@ -30,8 +30,8 @@ plugins {
30
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
31
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
32
33
-val canonicalVersionCode = 1744
34
-val canonicalVersionName = "8.26.0"
+val canonicalVersionCode = 1745
+val canonicalVersionName = "8.26.1"
35
val currentHotfixVersion = 0
36
val maxHotfixVersions = 100
37
0 commit comments