Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 3a0e2fa

Browse files
committed
Revert "Upgrade to exoplayer v2.10.1 with AndroidX support"
This reverts commit f7383da. Reverting as it appears that code changes will be needed to the ReactExoplayerView to support the upgrade of the ExoPlayer lib.
1 parent f7383da commit 3a0e2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-exoplayer/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
5757
}
5858

59-
implementation('com.google.android.exoplayer:exoplayer:2.10.1') {
59+
implementation('com.google.android.exoplayer:exoplayer:2.9.3') {
6060
exclude group: 'com.android.support'
6161
}
6262

0 commit comments

Comments
 (0)