We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891f479 commit a7f095fCopy full SHA for a7f095f
composeApp/build.gradle.kts
@@ -76,8 +76,8 @@ android {
76
applicationId = "io.jadu"
77
minSdk = libs.versions.android.minSdk.get().toInt()
78
targetSdk = libs.versions.android.targetSdk.get().toInt()
79
- versionCode = 1
80
- versionName = "1.0"
+ versionCode = 2
+ versionName = "1.1"
81
}
82
packaging {
83
resources {
0 commit comments