Skip to content

Commit d9a48c9

Browse files
authored
Update README.md
1 parent 64bd2d9 commit d9a48c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313

1414
# Get Started
1515
## Gradle
16+
|Compose 1.3.x|<img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.holix.android/bottomsheetdialog-compose?style=for-the-badge&versionPrefix=1.1"/>|
17+
|--|--|
18+
|Compose 1.4.x|<img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.holix.android/bottomsheetdialog-compose?style=for-the-badge&versionPrefix=1.2"/>|
1619
```gradle
1720
// module's build.gradle
1821
dependencies {
19-
implementation "com.holix.android:bottomsheetdialog-compose:1.1.0"
22+
implementation "com.holix.android:bottomsheetdialog-compose:{version}"
2023
}
2124
```
2225
## Usage

0 commit comments

Comments
 (0)