Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcalledrob authored Sep 5, 2024
1 parent f2b3a4e commit f7390f2
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 @@ -21,7 +21,7 @@ repositories {
Then add as a module dependency:
```kotlin
dependencies {
implementation("com.github.iamcalledrob:smoothRoundedCornerShape:1.0.0")
implementation("com.github.iamcalledrob:smoothRoundedCornerShape:1.0.1")
}
```

Expand All @@ -35,4 +35,4 @@ Box(Modifier.background(Color.Red, shape = shape).width(128.dp).height(64.dp))

## Notes
Currently only builds desktop (jvm) and android targets, since only those have been tested. Feel free to make a PR for
other platforms.
other platforms.

0 comments on commit f7390f2

Please sign in to comment.