Reenable ExoPlayer exclusions
This commit is contained in:
parent
d148c3f9f9
commit
7f2c4ab0ed
@ -18,9 +18,9 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
|
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
|
||||||
// implementation('com.google.android.exoplayer:exoplayer:2.9.0') {
|
implementation('com.google.android.exoplayer:exoplayer:2.9.0') {
|
||||||
// exclude group: 'com.android.support'
|
exclude group: 'com.android.support'
|
||||||
// }
|
}
|
||||||
implementation project(':exoplayer-library-core')
|
implementation project(':exoplayer-library-core')
|
||||||
implementation project(':exoplayer-library-dash')
|
implementation project(':exoplayer-library-dash')
|
||||||
implementation project(':exoplayer-library-ui')
|
implementation project(':exoplayer-library-ui')
|
||||||
@ -33,9 +33,9 @@ dependencies {
|
|||||||
implementation "com.android.support:support-compat:${safeExtGet('supportLibVersion', '+')}"
|
implementation "com.android.support:support-compat:${safeExtGet('supportLibVersion', '+')}"
|
||||||
implementation "com.android.support:support-media-compat:${safeExtGet('supportLibVersion', '+')}"
|
implementation "com.android.support:support-media-compat:${safeExtGet('supportLibVersion', '+')}"
|
||||||
|
|
||||||
// implementation('com.google.android.exoplayer:extension-okhttp:2.9.0') {
|
implementation('com.google.android.exoplayer:extension-okhttp:2.9.0') {
|
||||||
// exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
||||||
// }
|
}
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
|
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user