We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1412027 commit 86c5d2dCopy full SHA for 86c5d2d
composeApp/build.gradle.kts
@@ -135,8 +135,8 @@ android {
135
applicationId = "com.jiang.nowinkotlin"
136
minSdk = libs.versions.android.minSdk.get().toInt()
137
targetSdk = libs.versions.android.targetSdk.get().toInt()
138
- versionCode = 11
139
- versionName = "1.1"
+ versionCode = 110
+ versionName = "1.1.0"
140
}
141
packaging {
142
resources {
0 commit comments