We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50270a5 commit cafa706Copy full SHA for cafa706
1 file changed
composeApp/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
alias(libs.plugins.skie)
17
}
18
19
-val appVersion = "1.0.3-alpha"
+val appVersion = "1.0.4-alpha"
20
21
kotlin {
22
androidTarget {
@@ -120,7 +120,7 @@ android {
120
applicationId = "com.zhufucdev.practiso"
121
minSdk = libs.versions.android.minSdk.get().toInt()
122
targetSdk = libs.versions.android.targetSdk.get().toInt()
123
- versionCode = 4
+ versionCode = 5
124
versionName = appVersion
125
126
packaging {
0 commit comments