From ce3b14af023703ff55171233ea4e576c11e1e7a8 Mon Sep 17 00:00:00 2001 From: Wouter Dullaert Date: Sun, 4 Feb 2018 15:54:50 +0100 Subject: [PATCH] Increased version number to 3.5.1 --- README.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39421042..f12d3fc6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,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` ```groovy dependencies { - compile 'com.wdullaer:materialdatetimepicker:3.5.0' + compile 'com.wdullaer:materialdatetimepicker:3.5.1' } ``` @@ -228,7 +228,7 @@ If you do really need `SupportDialogFragment`, you can fork the library (It invo ```groovy dependencies { - compile 'co.infinum:materialdatetimepicker-support:3.5.0' + compile 'co.infinum:materialdatetimepicker-support:3.5.1' } ``` @@ -242,7 +242,7 @@ library for MaterialDateTimePicker. Using the following snippet in your apps `build.gradle` file you can exclude this library's transitive support library dependency from being installed. ```groovy -compile ('com.wdullaer:materialdatetimepicker:3.5.0') { +compile ('com.wdullaer:materialdatetimepicker:3.5.1') { exclude group: 'com.android.support' } ``` diff --git a/gradle.properties b/gradle.properties index da2047bc..9e3d3eaa 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=3.5.0 -VERSION_CODE=38 +VERSION_NAME=3.5.1 +VERSION_CODE=39 GROUP=com.wdullaer ANDROID_BUILD_MIN_SDK_VERSION=14