Bump version to 7.11.4

This commit is contained in:
Greyson Parrelli
2024-07-22 11:26:57 -04:00
parent eef0f299b7
commit 508688e533

View File

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