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:+'