From ed25b3f924dab95b7d2b0b5c4022e49eccff31dc Mon Sep 17 00:00:00 2001 From: vok Date: Fri, 21 Jun 2019 09:22:00 +0700 Subject: [PATCH] fix read me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e649455..87b7914a 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}" } ```