diff --git a/gears/gears-compose/README.md b/gears/gears-compose/README.md index ca6c959..1afb7d0 100644 --- a/gears/gears-compose/README.md +++ b/gears/gears-compose/README.md @@ -1,7 +1,10 @@ # 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. + --- @@ -12,8 +15,6 @@ -A set of gears for compose. - ## Installation Add the dependency: diff --git a/gears/gears-compose/build.gradle.kts b/gears/gears-compose/build.gradle.kts index 2a86146..040c0bb 100644 --- a/gears/gears-compose/build.gradle.kts +++ b/gears/gears-compose/build.gradle.kts @@ -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" diff --git a/gears/gears-kotlin/README.md b/gears/gears-kotlin/README.md index 219bcee..075e7e1 100644 --- a/gears/gears-kotlin/README.md +++ b/gears/gears-kotlin/README.md @@ -1,7 +1,10 @@ # 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. + --- @@ -12,8 +15,6 @@ -A set of gears for kotlin. - ## Installation Add the dependency: diff --git a/gears/gears-kotlin/build.gradle.kts b/gears/gears-kotlin/build.gradle.kts index 9feb1c7..28dbff1 100644 --- a/gears/gears-kotlin/build.gradle.kts +++ b/gears/gears-kotlin/build.gradle.kts @@ -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"))