Skip to content

Commit cfe4d1e

Browse files
fix(deps): update dependency androidx.work:work-runtime to v2.10.2
1 parent f391057 commit cfe4d1e

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
@@ -35,6 +35,7 @@
3535
<trusting group="androidx.savedstate"/>
3636
<trusting group="androidx.sqlite"/>
3737
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
38+
<trusting group="androidx.work" name="work-runtime" version="2.10.2"/>
3839
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
3940
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4041
</trusted-key>

0 commit comments

Comments
 (0)