pre androidX, upgrade to 28
This commit is contained in:
@@ -132,8 +132,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation project(':react-native-video')
|
||||
// compile "com.android.support:appcompat-v7:25.2.0"
|
||||
implementation "androidx.appcompat:appcompat:1.0.0"
|
||||
compile "com.android.support:appcompat-v7:28.0.0"
|
||||
implementation "com.facebook.react:react-native:+" // From node_modules
|
||||
// implementation project(':react-native-video')
|
||||
// compile project(':react-native-video-exoplayer') // uncomment to use exoplayer
|
||||
|
@@ -18,5 +18,3 @@
|
||||
# org.gradle.parallel=true
|
||||
|
||||
android.useDeprecatedNdk=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
Reference in New Issue
Block a user