File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
convention-plugins/src/main/kotlin Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11## Miuix
22
3- Miuix is a shared UI component based on [ Compose Multiplatform] ( https://www.jetbrains.com/compose-multiplatform/ ) .
3+ ** Miuix** is a shared UI library for [ Compose Multiplatform] ( https://www.jetbrains.com/compose-multiplatform/ ) .
44
55Now Supported: ** Android** / ** Desktop(JVM)** / ** iOS** / ** WasmJs** / ** Js** / ** macOS** .
66
7+ > This library is experimental, any API would be changed in the future without any notification.
8+
9+ [ ![ License] ( https://img.shields.io/github/license/miuix-kotlin-multiplatform/miuix )] ( LICENSE )
10+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/top.yukonga.miuix.kmp/miuix )] ( https://search.maven.org/search?q=g:top.yukonga.miuix.kmp )
11+
712### Start
813
914```
@@ -19,8 +24,6 @@ kotlin {
1924}
2025```
2126
22- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/top.yukonga.miuix.kmp/miuix )] ( https://search.maven.org/search?q=g:top.yukonga.miuix.kmp )
23-
2427### Usage
2528
2629```
@@ -48,4 +51,4 @@ fun App() {
4851
4952### Screenshot
5053
51- [ ![ demo] ( https://github.com/miuix-kotlin-multiplatform/miuix/blob/main/screenshot/demo.png?raw=true )] ( # )
54+ [ ![ demo] ( https://github.com/miuix-kotlin-multiplatform/miuix/blob/main/screenshot/demo.png?raw=true )] ( )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616
1717val appName = " Miuix"
1818val pkgName = " top.yukonga.miuix.uitest"
19- val verName = " 1.0.2 "
19+ val verName = " 1.0.3 "
2020val verCode = getVersionCode()
2121val xcf = XCFramework (appName + " Framework" )
2222
@@ -235,4 +235,3 @@ tasks.register<Exec>("assembleMiuixMacosUniversalReleaseBinary") {
235235 group = " macos native"
236236 description = " Build macOS universal binary"
237237}
238-
Original file line number Diff line number Diff line change 11allprojects {
22 group = " top.yukonga.miuix.kmp"
3- version = " 0.2.9 "
3+ version = " 0.3.0 "
44}
You can’t perform that action at this time.
0 commit comments