Skip to content

Commit ed343a6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6bfc940 + beeb984 commit ed343a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ An Android library to create fully material designed bottom dialogs similar to t
55

66
## Releases:
77

8-
#### Current release: 2.0.4.
8+
#### Current release: 2.0.5.
9+
10+
- Now with AndroidX support.
911

1012
You can see all the library releases [here](https://github.com/marcoscgdev/DialogSheet/releases).
1113

@@ -38,7 +40,7 @@ allprojects {
3840
Now add the dependency to your app build.gradle file:
3941

4042
```
41-
implementation 'com.github.marcoscgdev:DialogSheet:2.0.4'
43+
implementation 'com.github.marcoscgdev:DialogSheet:2.0.5'
4244
```
4345

4446
### Creating the dialog with Java

0 commit comments

Comments
 (0)