From 42e550e34c0db8f0a838c3f498db777ce8d5b65b Mon Sep 17 00:00:00 2001 From: wdullaer Date: Tue, 29 Sep 2015 18:38:46 +0200 Subject: [PATCH] Increased version to 1.5.3 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a7c9971..fdde75e0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Date Picker | Time Picker The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your `build.gradle` ```java dependencies { - compile 'com.wdullaer:materialdatetimepicker:1.5.2' + compile 'com.wdullaer:materialdatetimepicker:1.5.3' } ``` diff --git a/gradle.properties b/gradle.properties index 84d6973e..fbeb1942 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.5.2 -VERSION_CODE=13 +VERSION_NAME=1.5.3 +VERSION_CODE=14 GROUP=com.wdullaer ANDROID_BUILD_MIN_SDK_VERSION=14