From cd4730c6492eae869e74182383c35be16c70ae25 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 18 Apr 2019 23:31:41 +0800 Subject: Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed. --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index a8524124..82064ea1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,8 +41,8 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0-alpha03' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha03' - implementation 'com.google.android.exoplayer:exoplayer:2.7.0' - implementation 'com.google.android.exoplayer:exoplayer-dash:2.7.0' + implementation 'com.google.android.exoplayer:exoplayer:2.9.6' + implementation 'com.google.android.exoplayer:exoplayer-dash:2.9.6' implementation 'androidx.browser:browser:1.0.0' implementation 'com.alexvasilkov:gesture-views:2.5.2' implementation 'androidx.cardview:cardview:1.0.0' @@ -74,4 +74,5 @@ dependencies { implementation "ru.noties:markwon-view:2.0.1" 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' } -- cgit v1.2.3