Skip to content

Commit

Permalink
Use ExoPlayer from JitPack build
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 21, 2024
1 parent b09fcd6 commit 8d91b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ dependencies {

/** ExoPlayer **/
// Application level media player
def exoplayerVersion = '2.9.6'
implementation "com.google.android.exoplayer:exoplayer-core:$exoplayerVersion"
implementation "com.google.android.exoplayer:exoplayer-ui:$exoplayerVersion"
def exoplayerVersion = 'r2.9.6'
implementation "com.github.google.ExoPlayer:exoplayer-core:$exoplayerVersion"
implementation "com.github.google.ExoPlayer:exoplayer-ui:$exoplayerVersion"

/** Third-party **/

Expand Down

0 comments on commit 8d91b9e

Please sign in to comment.