Skip to content

Commit 441ba42

Browse files
committed
Bump version to 8.24.2
1 parent 02b4339 commit 441ba42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ plugins {
3030
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
3131
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
3232

33-
val canonicalVersionCode = 1739
34-
val canonicalVersionName = "8.24.1"
33+
val canonicalVersionCode = 1740
34+
val canonicalVersionName = "8.24.2"
3535
val currentHotfixVersion = 0
3636
val maxHotfixVersions = 100
3737

0 commit comments

Comments
 (0)