Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeketos authored Mar 19, 2024
1 parent 404bd42 commit d84dab0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# AutoSizeText
![Maven Central](https://img.shields.io/maven-central/v/com.idapgroup/autosizetext-compose)

AutoSizeText component for `Material3 Android Compose`.

Expand All @@ -11,9 +10,11 @@ repositories {
}
```
Add to your module next dependency:

![Maven Central](https://img.shields.io/maven-central/v/com.idapgroup/autosizetext-compose)
```groovy
dependencies {
implementation 'com.idapgroup:autosizetext-compose:0.2.2'
implementation 'com.idapgroup:autosizetext-compose:<latest-version>'
}
```
`Note:` Do not forget to add compose dependencies 🙃
Expand Down

0 comments on commit d84dab0

Please sign in to comment.