Skip to content

Commit f0f050e

Browse files
fix(deps): update dependency androidx.work:work-runtime to v2.10.1
1 parent 39af888 commit f0f050e

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
@@ -119,7 +119,7 @@ dependencies {
119119
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
120120
implementation 'androidx.recyclerview:recyclerview:1.4.0'
121121
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
122-
implementation 'androidx.work:work-runtime:2.10.0'
122+
implementation 'androidx.work:work-runtime:2.10.1'
123123
implementation 'com.google.android.material:material:1.12.0'
124124

125125
// Database

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<trusting group="androidx.fragment"/>
2828
<trusting group="androidx.room"/>
2929
<trusting group="androidx.sqlite"/>
30+
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
3031
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
3132
<trusting group="^com[.]android($|([.].*))" regex="true"/>
3233
</trusted-key>

0 commit comments

Comments
 (0)