From 54304e1a0b28b2bce84abf032b4c4774a2457f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20JAMET?= Date: Tue, 31 Jan 2017 21:10:54 +0100 Subject: [PATCH] Update Readme 1.5 --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index bc1a3ba..dd91e41 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -27,7 +27,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.4' + compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:1.5' } ```