Skip to content

Commit 541441d

Browse files
fix(deps): update dependency androidx.work:work-runtime to v2.10.5
1 parent c93a7a0 commit 541441d

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
@@ -148,7 +148,7 @@ dependencies {
148148
implementation 'androidx.recyclerview:recyclerview-selection:1.2.0'
149149
implementation 'androidx.recyclerview:recyclerview:1.4.0'
150150
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
151-
implementation 'androidx.work:work-runtime:2.10.4'
151+
implementation 'androidx.work:work-runtime:2.10.5'
152152
implementation 'com.google.android.material:material:1.13.0'
153153

154154
// Database

gradle/verification-metadata.xml

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

0 commit comments

Comments
 (0)