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' }