Bump version to 8.19.1

This commit is contained in:
Alex Hart
2026-07-08 16:18:02 -03:00
parent 02e134c16f
commit 2cabdd0978
+2 -2
View File
@@ -32,8 +32,8 @@ plugins {
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
val canonicalVersionCode = 1717
val canonicalVersionName = "8.19.0"
val canonicalVersionCode = 1718
val canonicalVersionName = "8.19.1"
val currentHotfixVersion = 0
val maxHotfixVersions = 100