We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7379912 commit 0847101Copy full SHA for 0847101
1 file changed
android/build.gradle
@@ -29,7 +29,7 @@ configurations.all {
29
30
dependencies {
31
implementation 'com.facebook.react:react-native:+'
32
- implementation 'com.yqritc:android-scalablevideoview:1.0.4'
+ implementation 'com.github.Kobidl:Android-ScalableVideoView:v1.0.4-rc1'
33
implementation 'com.googlecode.mp4parser:isoparser:1.1.20'
34
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.14'
35
// implementation "com.google.android.gms:play-services-gcm:12.+"
@@ -38,6 +38,7 @@ dependencies {
38
allprojects {
39
repositories {
40
mavenLocal()
41
- jcenter()
+ mavenCentral()
42
+ maven { url 'https://jitpack.io' }
43
}
44
0 commit comments