From 42c7b316f37b17178518cbf9649a788fcdf0895c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 13 Jun 2019 12:16:04 +0800 Subject: Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index ebe6c169..e6c35e6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.1.0-alpha05' + implementation 'androidx.appcompat:appcompat:1.1.0-beta01' implementation 'com.google.android.material:material:1.1.0-alpha07' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -75,4 +75,5 @@ dependencies { implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16' implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3' implementation 'org.greenrobot:eventbus:3.1.1' + implementation 'com.github.chinalwb:are:0.1.5' } -- cgit v1.2.3