diff --git a/implementations/react-native/android/app/build.gradle b/implementations/react-native/android/app/build.gradle index d505aab8..5b2e6133 100644 --- a/implementations/react-native/android/app/build.gradle +++ b/implementations/react-native/android/app/build.gradle @@ -121,5 +121,5 @@ dependencies { // Detox androidTestImplementation('com.wix:detox:+') - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.1' }