Skip to content

Commit

Permalink
add read me
Browse files Browse the repository at this point in the history
  • Loading branch information
vok authored and vok committed Jun 20, 2019
1 parent 976ebcc commit e5bc715
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ project(':react-native-video').projectDir = new File(rootProject.projectDir, '..
```gradle
dependencies {
...
compile project(':react-native-video')
compile project(':react-native-video')
+ implementation "androidx.appcompat:appcompat:1.0.0"
- implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
}
```
**android/gradle.properties**
Expand Down

0 comments on commit e5bc715

Please sign in to comment.