aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-10-28 13:17:09 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-10-28 13:17:09 +0000
commit3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e (patch)
tree59ae7eb6da709afd0899a3493f671b84351f2c4a /app/build.gradle
parent8d5bf2c6466c518523ed1068092c09c74d857654 (diff)
downloadinfinity-for-reddit-3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e.tar
infinity-for-reddit-3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e.tar.gz
infinity-for-reddit-3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e.tar.bz2
infinity-for-reddit-3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e.tar.lz
infinity-for-reddit-3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e.tar.xz
infinity-for-reddit-3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e.tar.zst
infinity-for-reddit-3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e.zip
Use FlowLayout to host all the information of a post in item_post and item_post_detail.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bb09add8..33d60533 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -79,5 +79,5 @@ dependencies {
annotationProcessor 'com.evernote:android-state-processor:1.4.1'
implementation 'androidx.work:work-runtime:2.2.0'
implementation 'androidx.preference:preference:1.1.0'
- implementation 'org.sufficientlysecure:html-textview:3.6'
+ implementation 'com.nex3z:flow-layout:1.3.0'
}