From 80058ff6ab192b830b39566ee07a5903c450cf6c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 21 Aug 2018 00:08:48 +0800 Subject: Load comment and post content text in HTML form instead of String. Fixed a bug that the icon of subreddits was not parsed properly in ParseSubredditData class. --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 26b73a0a..946bd4f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,6 +24,7 @@ repositories { } mavenCentral() google() + jcenter() } dependencies { @@ -54,4 +55,5 @@ dependencies { annotationProcessor "android.arch.lifecycle:compiler:$rootProject.archLifecycleVersion" implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' implementation 'io.reactivex.rxjava2:rxjava:2.2.0' + implementation 'org.sufficientlysecure:html-textview:3.6' } -- cgit v1.2.3