aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-11-12 11:31:28 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-11-12 11:31:28 +0000
commita0aae589d70038cfb1760d61c8e9edf2099833ae (patch)
tree4fc864e02d7d605f9200ce1d8ba021457f504f1a /app/build.gradle
parent0aaa63b6f67030d57ae2852e02680a4f0e061069 (diff)
downloadinfinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar
infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.gz
infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.bz2
infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.lz
infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.xz
infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.zst
infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.zip
Showing elapsed time in posts and comments is available.
Diffstat (limited to '')
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
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'
}