Bump version to 7.20.2

This commit is contained in:
Greyson Parrelli
2024-10-17 09:57:24 -04:00
parent 8498b2ce5c
commit 23a4393e77

View File

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