Skip to content

Commit

Permalink
chore: fix build without exoplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier bouillet committed Aug 1, 2022
1 parent 3233159 commit 9bfd806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'com.yqritc:android-scalablevideoview:1.0.4'
implementation 'com.github.adityaxjha:Android-ScalableVideoView:10e7b4da8b'
}

0 comments on commit 9bfd806

Please sign in to comment.