Skip to content

Commit 17d6554

Browse files
authored
Bump version
1 parent 5ae2696 commit 17d6554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false
66
}
77

8-
val versionName = "1.15.6"
9-
val versionCode = 13
8+
val versionName = "1.15.7"
9+
val versionCode = 14
1010

1111
rootProject.ext.set("appVersionName", versionName)
1212
rootProject.ext.set("appVersionCode", versionCode)

0 commit comments

Comments
 (0)