From 41b243be7d48e141b082a48e601d2b05a83ea26c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 26 Aug 2018 14:51:13 +0800 Subject: Display the number of gold given to the post. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 946bd4f8..4dd39fc5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,4 +56,5 @@ dependencies { implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' implementation 'io.reactivex.rxjava2:rxjava:2.2.0' implementation 'org.sufficientlysecure:html-textview:3.6' + implementation 'com.squareup.retrofit2:retrofit:2.4.0' } -- cgit v1.2.3