From 9b8b2d43ce6fd5e402467b2b3988edc37604c7fb Mon Sep 17 00:00:00 2001 From: JJamet Date: Mon, 12 Jun 2017 12:15:30 +0200 Subject: [PATCH] Add feature in pull request #18 and upgrade gradle --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index efee2b2..dc43d4b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -28,7 +28,7 @@ Add the JitPack repository in your build.gradle at the end of repositories: And add the dependency ``` dependencies { - compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:1.6' + compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:1.7' } ```