Skip to content

Commit

Permalink
Attempt to fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleff authored May 4, 2022
1 parent 1850929 commit 17e54e4
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.MatrixFrog:android-scalablevideoview:v1.0.4-jitpack'
}

0 comments on commit 17e54e4

Please sign in to comment.