We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cefbf commit 4869b7cCopy full SHA for 4869b7c
build.gradle.kts
@@ -5,8 +5,8 @@ plugins {
5
id("org.jetbrains.kotlin.plugin.compose") version "2.1.20" apply false
6
}
7
8
-val versionName = "1.15.5"
9
-val versionCode = 12
+val versionName = "1.15.6"
+val versionCode = 13
10
11
rootProject.ext.set("appVersionName", versionName)
12
rootProject.ext.set("appVersionCode", versionCode)
0 commit comments