Skip to content

Commit cafa706

Browse files
committed
🔖 v1.0.4-alpha
1 parent 50270a5 commit cafa706

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
alias(libs.plugins.skie)
1717
}
1818

19-
val appVersion = "1.0.3-alpha"
19+
val appVersion = "1.0.4-alpha"
2020

2121
kotlin {
2222
androidTarget {
@@ -120,7 +120,7 @@ android {
120120
applicationId = "com.zhufucdev.practiso"
121121
minSdk = libs.versions.android.minSdk.get().toInt()
122122
targetSdk = libs.versions.android.targetSdk.get().toInt()
123-
versionCode = 4
123+
versionCode = 5
124124
versionName = appVersion
125125
}
126126
packaging {

0 commit comments

Comments
 (0)