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:
parent
d681e5505f
commit
3bd4dcd998
@ -22,5 +22,5 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
//noinspection GradleDynamicVersion
|
//noinspection GradleDynamicVersion
|
||||||
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
|
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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user