fix read me

This commit is contained in:
vok 2019-06-21 09:22:00 +07:00
parent e5bc7155f4
commit ed25b3f924

View File

@ -125,8 +125,8 @@ project(':react-native-video').projectDir = new File(rootProject.projectDir, '..
dependencies { dependencies {
... ...
compile project(':react-native-video') compile project(':react-native-video')
+ implementation "androidx.appcompat:appcompat:1.0.0" + implementation "androidx.appcompat:appcompat:1.0.0"
- implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" - implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
} }
``` ```