From 2b6ba3b37070966f90e27b8bc407ec800deba67b Mon Sep 17 00:00:00 2001 From: zsmb13 Date: Wed, 10 May 2017 10:44:30 +0200 Subject: [PATCH] Updated readme for 1.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95295f5..78a5da5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can find the sample app [in the Play Store](https://play.google.com/store/ap The library is hosted on jcenter. To use it, add the following line to your module level `build.gradle` file's dependencies: ```gradle -compile 'co.zsmb:materialdrawer-kt:1.0' +compile 'co.zsmb:materialdrawer-kt:1.0.1' ``` You don't have to include the original library separately.