Skip to content

Commit

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

AutoSizeText component for `Material3 Android Compose`.

## Setup
Expand All @@ -11,7 +13,7 @@ repositories {
Add to your module next dependency:
```groovy
dependencies {
implementation 'com.idapgroup:autosizetext-compose:0.1.0'
implementation 'com.idapgroup:autosizetext-compose:0.2.1'
}
```
`Note:` Do not forget to add compose dependencies 🙃
Expand Down

0 comments on commit 054ece9

Please sign in to comment.