pull in/rely on exoplayer locally

This commit is contained in:
austinried
2021-09-07 12:20:52 +09:00
parent 2097a9f7fd
commit 721a42f60f
5 changed files with 19 additions and 0 deletions

View File

@@ -220,6 +220,14 @@ dependencies {
} else {
implementation jscFlavor
}
implementation(project(":react-native-track-player")) {
exclude group:'com.google.android.exoplayer'
}
implementation project(':exoplayer-library-core')
compileOnly project(':exoplayer-library-dash')
compileOnly project(':exoplayer-library-hls')
compileOnly project(':exoplayer-library-smoothstreaming')
}
// Run this once to be able to run the application with BUCK