Update Dependency to JitPack!

Updated Android-ScalableVideoView to use JitPack instead of JCenter as JCenter has been deprecated. https://www.jitpack.io/#thang2162/Android-ScalableVideoView
This commit is contained in:
Tone T. Thangsongcharoen 2022-05-04 20:21:17 -05:00 committed by GitHub
parent d681e5505f
commit 3bd4dcd998
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'
}