Merge pull request #2672 from thang2162/patch-2

Update Android dependency to JitPack!
This commit is contained in:
Eran Hammer 2022-06-05 10:41:09 -07:00 committed by GitHub
commit fd821d2c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.thang2162:Android-ScalableVideoView:v1.1.1'
}