pre androidX, upgrade to 28

This commit is contained in:
vok
2019-06-21 09:32:51 +07:00
parent ed25b3f924
commit a203aeadea
7 changed files with 8 additions and 23 deletions

View File

@@ -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

View File

@@ -18,5 +18,3 @@
# org.gradle.parallel=true
android.useDeprecatedNdk=true
android.useAndroidX=true
android.enableJetifier=true