mirror of
https://github.com/mollyim/mollyim-android.git
synced 2025-05-12 21:30:39 +01:00
Bump version to 7.39.5
This commit is contained in:
parent
6a7bf791a2
commit
f13c894df7
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ plugins {
|
|||
apply(from = "static-ips.gradle.kts")
|
||||
|
||||
val canonicalVersionCode = 1535
|
||||
val canonicalVersionName = "7.39.4"
|
||||
val currentHotfixVersion = 0
|
||||
val canonicalVersionName = "7.39.5"
|
||||
val currentHotfixVersion = 1
|
||||
val maxHotfixVersions = 100
|
||||
|
||||
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))
|
||||
|
|
Loading…
Reference in a new issue