From 41ea94c0c25bfc3ba211361798b9a5e82144f98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 15 Sep 2020 15:46:57 +0200 Subject: [PATCH] android: update AndroidX core library dependencies --- android/app/build.gradle | 3 +-- android/sdk/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6f8c567b6..dcc0a6c40 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -72,8 +72,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-5' diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle index 7ca071745..be83b4ab9 100644 --- a/android/sdk/build.gradle +++ b/android/sdk/build.gradle @@ -44,9 +44,9 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.fragment:fragment:1.2.0' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.fragment:fragment:1.2.5' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' //noinspection GradleDynamicVersion api 'com.facebook.react:react-native:+'