From f7960b364f05f7fbd86721b3d1c4779b10ad3412 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:31:37 +0000 Subject: [PATCH] chore(deps): update dependency androidx.appcompat:appcompat to v1.7.0 --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f74df4ae36..e83b77a603 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -279,7 +279,7 @@ dependencies { androidTestImplementation('com.linkedin.testbutler:test-butler-library:2.2.1') implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.9.0' @@ -308,7 +308,7 @@ dependencies { implementation project(':clevertap-react-native') // https://github.com/facebook/react-native/issues/31572#issuecomment-912017067 // TODO: remove this when upgrading RN to 0.68.2 - implementation ('androidx.appcompat:appcompat:1.3.1') { + implementation ('androidx.appcompat:appcompat:1.7.0') { version { strictly '1.3.1' }