Skip to content

Commit 2cabdd0

Browse files
committed
Bump version to 8.19.1
1 parent 02e134c commit 2cabdd0

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

35-
val canonicalVersionCode = 1717
36-
val canonicalVersionName = "8.19.0"
35+
val canonicalVersionCode = 1718
36+
val canonicalVersionName = "8.19.1"
3737
val currentHotfixVersion = 0
3838
val maxHotfixVersions = 100
3939

0 commit comments

Comments
 (0)