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 24a0d5f commit 1e09997Copy full SHA for 1e09997
README.md
@@ -5,7 +5,7 @@ An Android library to create fully material designed bottom dialogs similar to t
5
6
## Releases:
7
8
-#### Current release: 2.0.5.
+#### Current release: 2.0.6.
9
10
- Now with AndroidX support.
11
@@ -40,7 +40,7 @@ allprojects {
40
Now add the dependency to your app build.gradle file:
41
42
```
43
-implementation 'com.github.marcoscgdev:DialogSheet:2.0.5'
+implementation 'com.github.marcoscgdev:DialogSheet:2.0.6'
44
45
46
### Creating the dialog with Java
0 commit comments