From 3a81ca17e864dd76d77d4a6bd41ccfdcc54bbe1e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 28 Oct 2019 21:17:09 +0800 Subject: Use FlowLayout to host all the information of a post in item_post and item_post_detail. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') 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' } -- cgit v1.2.3