Skip to content

Commit 3cebac9

Browse files
renovate[bot]AndyScherzinger
authored andcommitted
fix(deps): update dependency androidx.work:work-runtime to v2.10.2
1 parent 4a2d744 commit 3cebac9

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
@@ -130,7 +130,7 @@ dependencies {
130130
implementation 'androidx.recyclerview:recyclerview-selection:1.2.0'
131131
implementation 'androidx.recyclerview:recyclerview:1.4.0'
132132
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
133-
implementation 'androidx.work:work-runtime:2.10.1'
133+
implementation 'androidx.work:work-runtime:2.10.2'
134134
implementation 'com.google.android.material:material:1.12.0'
135135

136136
// Database

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<trusting group="androidx.savedstate"/>
3333
<trusting group="androidx.sqlite"/>
3434
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
35+
<trusting group="androidx.work" name="work-runtime" version="2.10.2"/>
3536
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
3637
<trusting group="^com[.]android($|([.].*))" regex="true"/>
3738
</trusted-key>

0 commit comments

Comments
 (0)