Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
darkokoa committed Dec 29, 2024
1 parent 0d3cd02 commit 4ec023c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# datetime-wheel-picker (work-in-progress πŸ‘·πŸ”§οΈπŸ‘·β€β™€οΈβ›)

> 🌐 Check out the latest version with i18n support -> [i18n branch](https://github.com/darkokoa/compose-datetime-wheel-picker/tree/feat/dkk/i18n) (WIP πŸ‘·πŸ”§οΈπŸ‘·β€β™€οΈβ›)
[![badge-version-main]](https://search.maven.org/search?q=g:io.github.darkokoa%20a:datetime-wheel-picker*)
![badge-android][badge-android]
![badge-jvm][badge-jvm]
![badge-ios][badge-ios]
![badge-js][badge-js]
![badge-wasm][badge-wasm]

Compose Multiplatform implementation of [WheelPickerCompose](https://github.com/commandiron/WheelPickerCompose).

Expand Down Expand Up @@ -116,7 +119,7 @@ compileOptions {
//...

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
}
```

Expand All @@ -130,7 +133,7 @@ Released under the [Apache License, Version 2.0](https://opensource.org/license/

[badge-version-main]: https://img.shields.io/maven-central/v/io.github.darkokoa/datetime-wheel-picker?versionSuffix=1.0.2&style=flat

[badge-version-compose1.7]: https://img.shields.io/maven-central/v/io.github.darkokoa/datetime-wheel-picker?versionSuffix=compose1.7&style=flat
[badge-version-compose1.7]: https://img.shields.io/maven-central/v/io.github.darkokoa/datetime-wheel-picker?versionPrefix=1.0.2-compose1.7&style=flat

[badge-android]: https://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat

Expand All @@ -139,3 +142,5 @@ Released under the [Apache License, Version 2.0](https://opensource.org/license/
[badge-ios]: https://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat

[badge-js]: https://img.shields.io/badge/platform-js-F8DB5D.svg?style=flat

[badge-wasm]: https://img.shields.io/badge/platform-wasm-654FF0.svg?style=flat

0 comments on commit 4ec023c

Please sign in to comment.