Skip to content

Commit d68e541

Browse files
committed
Bump version to 8.10.2
1 parent 1c6f093 commit d68e541

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 = 1686
31-
val canonicalVersionName = "8.10.1"
30+
val canonicalVersionCode = 1687
31+
val canonicalVersionName = "8.10.2"
3232
val currentHotfixVersion = 0
3333
val maxHotfixVersions = 100
3434

0 commit comments

Comments
 (0)