Merge pull request #6889 from BlueWallet/renovate/androidx.work-work-runtime-ktx-2.x

fix(deps): update dependency androidx.work:work-runtime-ktx to v2.9.1
This commit is contained in:
GLaDOS 2024-08-07 19:51:01 +00:00 committed by GitHub
commit c66d7b3654
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
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")