From 622a5b5e41c0b58a5452738768df95fa3a43ed49 Mon Sep 17 00:00:00 2001 From: CSemeta Date: Fri, 17 May 2019 23:07:37 +0000 Subject: [PATCH] Major Updates Bug correction --- DateTimeUtils/build.gradle | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DateTimeUtils/build.gradle b/DateTimeUtils/build.gradle index 37edd54..21524a2 100644 --- a/DateTimeUtils/build.gradle +++ b/DateTimeUtils/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 14 targetSdkVersion 28 versionCode 3 - versionName "2.3" + versionName "3.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/README.md b/README.md index 5fac687..d16ca02 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ allprojects { And then simply add the following line to the `dependencies` section of your app module `build.gradle` file: ```groovy -implementation 'com.github.thunder413:DateTimeUtils:2.3' +implementation 'com.github.thunder413:DateTimeUtils:3.0' ``` Javadocs are available [here](http://https://github.com/thunder413/DateTimeUtils/apidocs/index.html).