Skip to content

Commit

Permalink
fix read me
Browse files Browse the repository at this point in the history
  • Loading branch information
vok authored and vok committed Jun 21, 2019
1 parent e5bc715 commit ed25b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
```
Expand Down

0 comments on commit ed25b3f

Please sign in to comment.