add read me
This commit is contained in:
parent
976ebcce2d
commit
e5bc7155f4
@ -124,7 +124,10 @@ project(':react-native-video').projectDir = new File(rootProject.projectDir, '..
|
|||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
compile project(':react-native-video')
|
compile project(':react-native-video')
|
||||||
|
+ implementation "androidx.appcompat:appcompat:1.0.0"
|
||||||
|
- implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
**android/gradle.properties**
|
**android/gradle.properties**
|
||||||
|
Loading…
Reference in New Issue
Block a user