Skip to content

Commit 18f87eb

Browse files
committed
feat: App version.
1 parent 8ff7b78 commit 18f87eb

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

README.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,32 @@
1-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.schott12521/cupertino/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.schott12521/cupertino)
1+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.kalist28/cupertino)](https://maven-badges.herokuapp.com/maven-central/io.github.kalist28/cupertino)
22

3-
[![Main Workflow](https://github.com/kalist28/compose-cupertino/actions/workflows/buildAndPush.yml/badge.svg)](https://github.com/schott12521/schott12521/compose-cupertino/actions/workflows/buildAndPush.yml)
3+
[![Main Workflow](https://github.com/kalist28/compose-cupertino/actions/workflows/buildAndPush.yml/badge.svg)](https://github.com/kalist28/compose-cupertino/actions/workflows/buildAndPush.yml)
44

55
# compose-cupertino
66

7-
This is a fork of [alexzhirkevich/compose-cupertino](https://github.com/alexzhirkevich/compose-cupertino) except its been updated to work with CMP 1.7+
7+
This is a fork of [schott12521/compose-cupertino](https://github.com/schott12521/compose-cupertino) a fork of [alexzhirkevich/compose-cupertino](https://github.com/alexzhirkevich/compose-cupertino) except its been updated to work with CMP 1.7+
88

99
Additionally this repo has automated builds to enable faster releases, to take advantage of new compose multiplatform features as they become available.
1010

11-
## New features (compared to the OG `compose-cupertino`)
12-
13-
- Updated SwipeBox
14-
- Fixed Cupertino Date Picker implementations to interact with scrolling correctly
15-
- Disable content scaling on CupertinoBottomSheetScaffold (https://github.com/alexzhirkevich/compose-cupertino/issues/80)
16-
- Using Dialogs instead of Popups for CupertinoDialogs (https://github.com/alexzhirkevich/compose-cupertino/issues/78)
17-
1811
# Usage
1912

20-
This package is published to Maven Central Repository: [cupertino-core on Maven Central](https://central.sonatype.com/artifact/io.github.schott12521/cupertino-core)
13+
This package is published to Maven Central Repository: [cupertino-core on Maven Central](https://central.sonatype.com/artifact/io.github.kalist28/cupertino-core)
2114

2215
Depend on the [latest version](https://github.com/kalist28/compose-cupertino/releases) by declaring this in libs.versions.toml:
2316

2417
```
2518
cupertino = "$latestVersion"
2619
27-
cupertino = { group = "io.github.schott12521", name = "cupertino", version.ref = "cupertino" }
28-
cupertino-adaptive = { group = "io.github.schott12521", name = "cupertino-adaptive", version.ref = "cupertino" }
29-
cupertino-decompose = { group = "io.github.schott12521", name = "cupertino-decompose", version.ref = "cupertino" }
30-
cupertino-native = { group = "io.github.schott12521", name = "cupertino-native", version.ref = "cupertino" }
31-
cupertino-icons-extended = { group = "io.github.schott12521", name = "cupertino-icons-extended", version.ref = "cupertino" }
20+
cupertino = { group = "io.github.kalist28", name = "cupertino", version.ref = "cupertino" }
21+
cupertino-adaptive = { group = "io.github.kalist28", name = "cupertino-adaptive", version.ref = "cupertino" }
22+
cupertino-decompose = { group = "io.github.kalist28", name = "cupertino-decompose", version.ref = "cupertino" }
23+
cupertino-native = { group = "io.github.kalist28", name = "cupertino-native", version.ref = "cupertino" }
24+
cupertino-icons-extended = { group = "io.github.kalist28", name = "cupertino-icons-extended", version.ref = "cupertino" }
3225
```
3326

34-
This package is also available via GitHub packages.
35-
3627
## Try it
3728

38-
Wanna see what the library feels like? The latest version builds and deploys the Kotlin/WasmJS target to github pages: https://schott12521.github.io/compose-cupertino/
29+
Wanna see what the library feels like? The latest version builds and deploys the Kotlin/WasmJS target to github pages: https://kalist28.github.io/compose-cupertino/
3930

4031
# License
4132

@@ -71,3 +62,7 @@ Ideally you set up Android Studio / IDE to handle copyright notices for you: htt
7162
# Disclaimer
7263

7364
Note this repo is not officially supported in any capacity; changes will be applied upstream when applicable ([example1](https://github.com/alexzhirkevich/compose-cupertino/pull/74), [example2](https://github.com/alexzhirkevich/compose-cupertino/pull/77))
65+
66+
# *P.S
67+
68+
Thanks to [schott12521](https://github.com/schott12521) for fix original fork and automated builds.

0 commit comments

Comments
 (0)