Skip to content

Commit

Permalink
gears: Fix modules description
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 1, 2024
1 parent 8584527 commit 4c95da0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions gears/gears-compose/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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]

A set of gears for Jetpack Compose.

---
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand All @@ -12,8 +15,6 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

A set of gears for compose.

## Installation

Add the dependency:
Expand Down
2 changes: 1 addition & 1 deletion gears/gears-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

version = "0.1.0"
description = "A set of gears for compose"
description = "A set of gears for Jetpack Compose"

android {
namespace = "$group.compose"
Expand Down
5 changes: 3 additions & 2 deletions gears/gears-kotlin/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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]

A set of gears for Kotlin.

---
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand All @@ -12,8 +15,6 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

A set of gears for kotlin.

## Installation

Add the dependency:
Expand Down
2 changes: 1 addition & 1 deletion gears/gears-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

version = "0.1.0"
description = "A set of gears for kotlin"
description = "A set of gears for Kotlin"

dependencies {
api(kotlin("stdlib"))
Expand Down

0 comments on commit 4c95da0

Please sign in to comment.