Преглед изворни кода

android: update AndroidX core library dependencies

j8
Saúl Ibarra Corretgé пре 4 година
родитељ
комит
41ea94c0c2
2 измењених фајлова са 4 додато и 5 уклоњено
  1. 1
    2
      android/app/build.gradle
  2. 3
    3
      android/sdk/build.gradle

+ 1
- 2
android/app/build.gradle Прегледај датотеку

@@ -72,8 +72,7 @@ android {
72 72
 
73 73
 dependencies {
74 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 77
     debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-5'
79 78
 

+ 3
- 3
android/sdk/build.gradle Прегледај датотеку

@@ -44,9 +44,9 @@ android {
44 44
 dependencies {
45 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 51
     //noinspection GradleDynamicVersion
52 52
     api 'com.facebook.react:react-native:+'

Loading…
Откажи
Сачувај