From a0aae589d70038cfb1760d61c8e9edf2099833ae Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 12 Nov 2019 19:31:28 +0800 Subject: Showing elapsed time in posts and comments is available. --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index c4a04917..3d3cf668 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 20 - versionName "1.4.1" + versionCode 21 + versionName "1.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -80,4 +80,5 @@ dependencies { implementation 'androidx.work:work-runtime:2.2.0' implementation 'androidx.preference:preference:1.1.0' implementation 'com.nex3z:flow-layout:1.3.0' + implementation 'com.github.thunder413:DateTimeUtils:3.0' } -- cgit v1.2.3