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

This commit is contained in:
Cody Henthorne 2026-06-11 14:20:28 -04:00
parent c7b5738787
commit c5efb2ce6c

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 = 1704
val canonicalVersionName = "8.15.0"
val canonicalVersionCode = 1705
val canonicalVersionName = "8.15.1"
val currentHotfixVersion = 0
val maxHotfixVersions = 100