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