Bump version to 7.37.4

This commit is contained in:
Greyson Parrelli
2025-03-25 09:31:37 -04:00
parent e4894c55cf
commit 94265ac5ed

View File

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