Merge pull request #1629 from vokhuyetOz/android-28

Android 28, pre to androidx
This commit is contained in:
Daniel Mariño Ruiz
2019-07-04 10:01:27 +02:00
committed by GitHub
10 changed files with 4089 additions and 2510 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}"
}
```