fix read me

(cherry picked from commit ed25b3f924)
This commit is contained in:
vok 2019-06-21 09:22:00 +07:00 committed by Daniel Mariño
parent e6e57ecb04
commit 2f8746c990

View File

@ -130,8 +130,8 @@ From version >= 5.0.0, you have to apply this changes:
dependencies {
...
compile project(':react-native-video')
+ implementation "androidx.appcompat:appcompat:1.0.0"
- implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
+ implementation "androidx.appcompat:appcompat:1.0.0"
- implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
}
```