From a7c1d103e00b2f9b3ca5c65f9099c6a49df40ccd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:00:29 +0000 Subject: [PATCH] fix(deps): update dependency androidx.work:work-runtime-ktx to v2.9.1 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")