Skip to content

Commit

Permalink
docs: Added links to compose/kotlin gears to the main readme
Browse files Browse the repository at this point in the history
Co-authored-by: Osip Fatkullin <o.fatkullin@redmadrobot.com>
  • Loading branch information
sonulen and osipxd committed Jun 17, 2024
1 parent 7664c7c commit f696bba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Gears could be used together or alone.

## Libraries

### :gear: **[gears](gears/)**

- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/gears-compose?style=flat-square)][compose-gears] - A set of gears for Jetpack Compose
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][kotlin-gears] - A set of gears for Kotlin

### :hammer_and_wrench: **[red_mad_robot Android KTX](ktx/)**

- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/core-ktx?style=flat-square&label=core-ktx)][core-ktx] - Extensions in addition to androidx core-ktx
Expand Down Expand Up @@ -53,5 +58,8 @@ For major changes, please open a [discussion][discussions] first to discuss what
[viewbinding-ktx]: ktx/viewbinding-ktx/
[license]: LICENSE

[compose-gears]: gears/gears-compose
[kotlin-gears]: gears/gears-kotlin

[ci]: https://github.com/RedMadRobot/gears-android/actions?query=branch%3Amain++
[discussions]: https://github.com/RedMadRobot/gears-android/discussions
2 changes: 1 addition & 1 deletion gears/gears-compose/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# compose <GitHub path="RedMadRobot/gears-android/tree/main/gears/compose"/>
# gears-compose <GitHub path="RedMadRobot/gears-android/tree/main/gears/compose"/>
[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/gears-compose?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/gears-android?style=flat-square)][license]

Expand Down
2 changes: 1 addition & 1 deletion gears/gears-kotlin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kotlin <GitHub path="RedMadRobot/gears-android/tree/main/gears/kotlin"/>
# gears-kotlin <GitHub path="RedMadRobot/gears-android/tree/main/gears/kotlin"/>
[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/gears-android?style=flat-square)][license]

Expand Down

0 comments on commit f696bba

Please sign in to comment.