pre androidX, upgrade to 28
This commit is contained in:
11
README.md
11
README.md
@@ -125,19 +125,10 @@ 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 "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
|
||||
|
||||
}
|
||||
```
|
||||
**android/gradle.properties**
|
||||
|
||||
Migrating to AndroidX:
|
||||
|
||||
```gradle.properties
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
```
|
||||
|
||||
**MainApplication.java**
|
||||
|
||||
|
Reference in New Issue
Block a user