Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
overpas committed Feb 26, 2024
1 parent 7b0b517 commit 379f030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Jetpack compose [treemap](https://en.wikipedia.org/wiki/Treemapping) chart imple
### Adding to the project
Add this to your `dependencies` gradle block:
```gradle
implementation "io.github.overpas:treemap-chart:0.1.0"
implementation "io.github.overpas:treemap-chart-compose:0.1.0"
implementation "io.github.overpas:treemap-chart:0.1.1"
implementation "io.github.overpas:treemap-chart-compose:0.1.1"
```
### Sample code
```kotlin
Expand Down

0 comments on commit 379f030

Please sign in to comment.