Bump version to 7.53.5

This commit is contained in:
Michelle Tang
2025-08-25 16:08:03 -04:00
parent 8c6a6f2470
commit ba3755bd85

View File

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