Skip to content

Commit 925330c

Browse files
Merge pull request #2822 from nextcloud/renovate/androidx.work-work-runtime-2.x
fix(deps): update dependency androidx.work:work-runtime to v2.10.4
2 parents 268cf3b + 56b6024 commit 925330c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ dependencies {
144144
implementation 'androidx.recyclerview:recyclerview-selection:1.2.0'
145145
implementation 'androidx.recyclerview:recyclerview:1.4.0'
146146
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
147-
implementation 'androidx.work:work-runtime:2.10.3'
147+
implementation 'androidx.work:work-runtime:2.10.4'
148148
implementation 'com.google.android.material:material:1.13.0'
149149

150150
// Database

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
4040
<trusting group="androidx.work" name="work-runtime" version="2.10.2"/>
4141
<trusting group="androidx.work" name="work-runtime" version="2.10.3"/>
42+
<trusting group="androidx.work" name="work-runtime" version="2.10.4"/>
4243
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
4344
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4445
</trusted-key>

0 commit comments

Comments
 (0)