diff --git a/android/app/build.gradle b/android/app/build.gradle index 3ba9926f7..953935167 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -118,7 +118,7 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") implementation 'androidx.core:core-ktx' - implementation 'androidx.work:work-runtime-ktx:2.7.1' + implementation 'androidx.work:work-runtime-ktx:2.9.1' if (hermesEnabled.toBoolean()) { implementation("com.facebook.react:hermes-android")