Skip to content

Commit a05ce88

Browse files
committed
Bump version to 8.12.3
1 parent 59c3814 commit a05ce88

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
@@ -27,8 +27,8 @@ plugins {
2727
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
2828
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
2929

30-
val canonicalVersionCode = 1695
31-
val canonicalVersionName = "8.12.2"
30+
val canonicalVersionCode = 1696
31+
val canonicalVersionName = "8.12.3"
3232
val currentHotfixVersion = 0
3333
val maxHotfixVersions = 100
3434

0 commit comments

Comments
 (0)