From e6e57ecb0464ed47a218d1b0b925e8bcf9478e40 Mon Sep 17 00:00:00 2001 From: vok Date: Thu, 20 Jun 2019 09:26:53 +0700 Subject: [PATCH] cpck readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fdc56d5..e14b6143 100644 --- a/README.md +++ b/README.md @@ -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}" } ```