Merge branch 'release/4.4.3' into bugfix/android-disablefocus-audio

This commit is contained in:
Daniel Mariño Ruiz
2019-07-06 09:16:19 +02:00
committed by GitHub
13 changed files with 4116 additions and 2533 deletions

View File

@@ -124,7 +124,9 @@ project(':react-native-video').projectDir = new File(rootProject.projectDir, '..
```gradle
dependencies {
...
compile project(':react-native-video')
compile project(':react-native-video')
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
}
```