From ef986e6b17f5e7fa982168c6e81fd324b11e5286 Mon Sep 17 00:00:00 2001 From: wdullaer Date: Sun, 27 Sep 2015 20:40:46 +0200 Subject: [PATCH] Increased version number to v1.5.2 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ace1228e..7a7c9971 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.1' + compile 'com.wdullaer:materialdatetimepicker:1.5.2' } ``` diff --git a/gradle.properties b/gradle.properties index 21a54b11..84d6973e 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.1 -VERSION_CODE=12 +VERSION_NAME=1.5.2 +VERSION_CODE=13 GROUP=com.wdullaer ANDROID_BUILD_MIN_SDK_VERSION=14