Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vok authored and vok committed Jun 19, 2019
1 parent a96fa33 commit 3ddcba3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ dependencies {
compile project(':react-native-video')
}
```
**android/settings.gradle**

Migrating to AndroidX:

```gradle.properties
android.useAndroidX=true
android.enableJetifier=true
```

**MainApplication.java**

Expand Down

0 comments on commit 3ddcba3

Please sign in to comment.