From 1e09997d2871990c1467c7acbb26383e4378a9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Calvo=20Garc=C3=ADa?= Date: Fri, 12 Jul 2019 17:37:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fa8ec7..756841e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An Android library to create fully material designed bottom dialogs similar to t ## Releases: -#### Current release: 2.0.5. +#### Current release: 2.0.6. - Now with AndroidX support. @@ -40,7 +40,7 @@ allprojects { Now add the dependency to your app build.gradle file: ``` -implementation 'com.github.marcoscgdev:DialogSheet:2.0.5' +implementation 'com.github.marcoscgdev:DialogSheet:2.0.6' ``` ### Creating the dialog with Java