aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-04-18 15:31:41 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-04-18 15:31:41 +0000
commitcd4730c6492eae869e74182383c35be16c70ae25 (patch)
tree0f80b0578b5807b1c979221759be131cd5d50054 /app/build.gradle
parenta7e96957174f78af054316cd9efb6fd176b1d59d (diff)
downloadinfinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar
infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.gz
infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.bz2
infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.lz
infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.xz
infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.tar.zst
infinity-for-reddit-cd4730c6492eae869e74182383c35be16c70ae25.zip
Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
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'
}