Bump version to 7.60.3

This commit is contained in:
Cody Henthorne
2025-10-16 16:21:19 -04:00
parent 899013b284
commit a1a901fd43

View File

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