cpck readme

This commit is contained in:
vok 2019-06-20 09:26:53 +07:00 committed by Daniel Mariño
parent 991fd5961d
commit e6e57ecb04

View File

@ -130,7 +130,8 @@ From version >= 5.0.0, you have to apply this changes:
dependencies {
...
compile project(':react-native-video')
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}"
}
```