Bump version to 7.32.3

This commit is contained in:
Greyson Parrelli
2025-02-07 15:08:10 -05:00
parent 18bb0e0739
commit 784df7405d

View File

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