Bump version to 7.17.6

This commit is contained in:
Greyson Parrelli
2024-09-24 12:43:50 -04:00
parent 0b7d81bbf6
commit bbc2e6a299

View File

@@ -22,8 +22,8 @@ plugins {
apply(from = "static-ips.gradle.kts")
val canonicalVersionCode = 1462
val canonicalVersionName = "7.17.5"
val currentHotfixVersion = 0
val canonicalVersionName = "7.17.6"
val currentHotfixVersion = 1
val maxHotfixVersions = 100
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))