Skip to content

Commit

Permalink
Removed opus and rely on the framework decoder. Fixes #948
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Apr 13, 2020
1 parent d408160 commit 38e493a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ dependencies {

implementation(Deps.ExoPlayer.core)
implementation(Deps.ExoPlayer.flac) { isTransitive = false }
implementation(Deps.ExoPlayer.opus) { isTransitive = false }

implementation(Deps.Conductor.core)
implementation(Deps.Conductor.transition)
Expand Down
1 change: 0 additions & 1 deletion playback/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ dependencies {

implementation(Deps.ExoPlayer.core)
implementation(Deps.ExoPlayer.flac) { isTransitive = false }
implementation(Deps.ExoPlayer.opus) { isTransitive = false }
}

0 comments on commit 38e493a

Please sign in to comment.