mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
pull in/rely on exoplayer locally
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user