Skip to content

Commit

Permalink
selective exoplayer modules
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Jun 21, 2022
1 parent 4a6423a commit 6e1f666
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ dependencies {
implementation fileTree(dir: "libs", include: ["extension-*.aar"])

// Exoplayer
implementation "com.google.android.exoplayer:exoplayer:2.18.0"
def exoplayer_version = "2.18.0"
implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version"
implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayer_version"
implementation "com.google.android.exoplayer:exoplayer-ui:$exoplayer_version"

// Datastore
implementation "androidx.datastore:datastore-preferences:1.0.0"
Expand Down

0 comments on commit 6e1f666

Please sign in to comment.