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.
2 parents 6bfc940 + beeb984 commit ed343a6Copy full SHA for ed343a6
README.md
@@ -5,7 +5,9 @@ An Android library to create fully material designed bottom dialogs similar to t
5
6
## Releases:
7
8
-#### Current release: 2.0.4.
+#### Current release: 2.0.5.
9
+
10
+ - Now with AndroidX support.
11
12
You can see all the library releases [here](https://github.com/marcoscgdev/DialogSheet/releases).
13
@@ -38,7 +40,7 @@ allprojects {
38
40
Now add the dependency to your app build.gradle file:
39
41
42
```
-implementation 'com.github.marcoscgdev:DialogSheet:2.0.4'
43
+implementation 'com.github.marcoscgdev:DialogSheet:2.0.5'
44
45
46
### Creating the dialog with Java
0 commit comments