We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bd2d9 commit d9a48c9Copy full SHA for d9a48c9
README.md
@@ -13,10 +13,13 @@
13
14
# Get Started
15
## 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"/>|
19
```gradle
20
// module's build.gradle
21
dependencies {
- implementation "com.holix.android:bottomsheetdialog-compose:1.1.0"
22
+ implementation "com.holix.android:bottomsheetdialog-compose:{version}"
23
}
24
```
25
## Usage
0 commit comments