fix(deps): update dependency androidx.work:work-runtime-ktx to v2.9.1

This commit is contained in:
renovate[bot] 2024-08-07 19:00:29 +00:00 committed by GitHub
parent 7c80c48476
commit a7c1d103e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ dependencies {
// The version of react-native is set by the React Native Gradle Plugin // The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android") implementation("com.facebook.react:react-android")
implementation 'androidx.core:core-ktx' 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()) { if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android") implementation("com.facebook.react:hermes-android")