Browse Source

android: update AndroidX core library dependencies

j8
Saúl Ibarra Corretgé 4 years ago
parent
commit
41ea94c0c2
2 changed files with 4 additions and 5 deletions
  1. 1
    2
      android/app/build.gradle
  2. 3
    3
      android/sdk/build.gradle

+ 1
- 2
android/app/build.gradle View File

72
 
72
 
73
 dependencies {
73
 dependencies {
74
     implementation fileTree(dir: 'libs', include: ['*.jar'])
74
     implementation fileTree(dir: 'libs', include: ['*.jar'])
75
-    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
76
-    implementation 'androidx.appcompat:appcompat:1.1.0'
75
+    implementation 'androidx.appcompat:appcompat:1.2.0'
77
 
76
 
78
     debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-5'
77
     debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-5'
79
 
78
 

+ 3
- 3
android/sdk/build.gradle View File

44
 dependencies {
44
 dependencies {
45
     implementation fileTree(dir: 'libs', include: ['*.jar'])
45
     implementation fileTree(dir: 'libs', include: ['*.jar'])
46
 
46
 
47
-    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
48
-    implementation 'androidx.appcompat:appcompat:1.1.0'
49
-    implementation 'androidx.fragment:fragment:1.2.0'
47
+    implementation 'androidx.appcompat:appcompat:1.2.0'
48
+    implementation 'androidx.fragment:fragment:1.2.5'
49
+    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
50
 
50
 
51
     //noinspection GradleDynamicVersion
51
     //noinspection GradleDynamicVersion
52
     api 'com.facebook.react:react-native:+'
52
     api 'com.facebook.react:react-native:+'

Loading…
Cancel
Save