diff --git a/README.md b/README.md index 6e649455ee..87b7914ab3 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ project(':react-native-video').projectDir = new File(rootProject.projectDir, '.. 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}" } ```