From beeb9847a6d7507d36e2a5426404207058587178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Calvo=20Garc=C3=ADa?= Date: Sun, 21 Apr 2019 18:21:38 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cdad9a..1fa8ec7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ An Android library to create fully material designed bottom dialogs similar to t ## Releases: -#### Current release: 2.0.4. +#### Current release: 2.0.5. + + - Now with AndroidX support. You can see all the library releases [here](https://github.com/marcoscgdev/DialogSheet/releases). @@ -38,7 +40,7 @@ allprojects { Now add the dependency to your app build.gradle file: ``` -implementation 'com.github.marcoscgdev:DialogSheet:2.0.4' +implementation 'com.github.marcoscgdev:DialogSheet:2.0.5' ``` ### Creating the dialog with Java