diff --git a/android/build.gradle b/android/build.gradle index 8cfb670..4c5982a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -139,8 +139,8 @@ dependencies { implementation project(":react-native-nitro-modules") implementation "androidx.browser:browser:1.7.0" - implementation "androidx.core:core:1.13.1" - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core:1.18.0" + implementation "androidx.core:core-ktx:1.18.0" } if (isNewArchitectureEnabled()) {