From 7a090fef242815bc2177ad8f69ed54e30deda5aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 13:39:25 +0000 Subject: [PATCH] Bump appcompat from 1.2.0 to 1.3.0 in /android Bumps appcompat from 1.2.0 to 1.3.0. Signed-off-by: dependabot-preview[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3c508eff..dc595038 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -99,7 +99,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01' // Unit Tests