Skip to content

Commit

Permalink
Deps: Add exoplayer transitively used dependencies
Browse files Browse the repository at this point in the history
It is generally recommended that transitively used dependencies should
be declared directly.
  • Loading branch information
ParaskP7 committed Feb 9, 2023
1 parent e596812 commit 359b690
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,12 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinxCoroutinesVersion"
implementation "com.github.PhilJay:MPAndroidChart:$philjayMpAndroidChartVersion"
implementation "org.jsoup:jsoup:$jsoupVersion"
implementation "com.google.android.exoplayer:exoplayer-common:$googleExoPlayerVersion"
implementation "com.google.android.exoplayer:exoplayer-core:$googleExoPlayerVersion"
implementation "com.google.android.exoplayer:exoplayer-dash:$googleExoPlayerVersion"
implementation "com.google.android.exoplayer:exoplayer-hls:$googleExoPlayerVersion"
implementation "com.google.android.exoplayer:exoplayer-smoothstreaming:$googleExoPlayerVersion"
implementation "com.google.android.exoplayer:exoplayer-ui:$googleExoPlayerVersion"
implementation "com.google.android.exoplayer:exoplayer:$googleExoPlayerVersion"
compileOnly "org.glassfish:javax.annotation:$glassfishJavaxAnnotationVersion"
implementation "com.google.dagger:dagger-android-support:$gradle.ext.daggerVersion"
Expand Down

0 comments on commit 359b690

Please sign in to comment.