Skip to content

Commit a1a901f

Browse files
committed
Bump version to 7.60.3
1 parent 899013b commit a1a901f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ plugins {
2323
apply(from = "static-ips.gradle.kts")
2424

2525
val canonicalVersionCode = 1599
26-
val canonicalVersionName = "7.60.2"
27-
val currentHotfixVersion = 0
26+
val canonicalVersionName = "7.60.3"
27+
val currentHotfixVersion = 1
2828
val maxHotfixVersions = 100
2929

3030
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))

0 commit comments

Comments
 (0)