aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
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'
}