Update README.md

Make more obvious the changes needed via using diff
This commit is contained in:
Daniel Mariño Ruiz 2019-07-23 11:38:08 +02:00 committed by GitHub
parent 66a85ae9c6
commit 62ff44ab35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,9 @@ project(':react-native-video').projectDir = new File(rootProject.projectDir, '..
#### **android/app/build.gradle**
```gradle
From version >= 5.0.0, you have to apply this changes:
```diff
dependencies {
...
compile project(':react-native-video')
@ -135,7 +137,7 @@ dependencies {
```
#### **android/gradle.properties**
Migrating to AndroidX:
Migrating to AndroidX (needs version >= 5.0.0):
```gradle.properties
android.useAndroidX=true