Bump version to 8.15.2
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
Cody Henthorne 2026-06-12 15:06:49 -04:00
parent c8f9c41cea
commit 5e8cebdc87

View File

@ -27,8 +27,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 = 1705
val canonicalVersionName = "8.15.1"
val canonicalVersionCode = 1706
val canonicalVersionName = "8.15.2"
val currentHotfixVersion = 0
val maxHotfixVersions = 100