Update dependency androidx.work:work-runtime-ktx to v2.11.1

This commit is contained in:
renovate[bot] 2026-03-02 11:18:13 +00:00 committed by GitHub
parent abbc780323
commit 61bb1823f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,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:1.16.0'
implementation 'androidx.work:work-runtime-ktx:2.10.5'
implementation 'androidx.work:work-runtime-ktx:2.11.1'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.compose.ui:ui:1.9.4'
implementation 'androidx.compose.material3:material3:1.3.2'