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 610db52 commit f83f4e4Copy full SHA for f83f4e4
composeApp/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
17
val appName = "Miuix"
18
val pkgName = "top.yukonga.miuix.uitest"
19
-val verName = "1.0.1"
+val verName = "1.0.2"
20
val xcf = XCFramework(appName + "Framework")
21
22
kotlin {
@@ -86,7 +86,7 @@ android {
86
applicationId = pkgName
87
minSdk = libs.versions.android.minSdk.get().toInt()
88
targetSdk = libs.versions.android.targetSdk.get().toInt()
89
- versionCode = 12
+ versionCode = 21
90
versionName = verName
91
}
92
val properties = Properties()
convention-plugins/src/main/kotlin/root.publication.gradle.kts
@@ -1,4 +1,4 @@
1
allprojects {
2
group = "top.yukonga.miuix.kmp"
3
- version = "0.2.0"
+ version = "0.2.1"
4
0 commit comments