Skip to content

Commit 857e26b

Browse files
fix(deps): update dependency androidx.work:work-runtime to v2.10.5
1 parent 4e7d219 commit 857e26b

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
@@ -150,7 +150,7 @@ dependencies {
150150
implementation 'androidx.recyclerview:recyclerview-selection:1.2.0'
151151
implementation 'androidx.recyclerview:recyclerview:1.4.0'
152152
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
153-
implementation 'androidx.work:work-runtime:2.10.4'
153+
implementation 'androidx.work:work-runtime:2.10.5'
154154
implementation 'com.google.android.material:material:1.13.0'
155155

156156
// Database

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<trusting group="androidx.work" name="work-runtime" version="2.10.2"/>
4444
<trusting group="androidx.work" name="work-runtime" version="2.10.3"/>
4545
<trusting group="androidx.work" name="work-runtime" version="2.10.4"/>
46+
<trusting group="androidx.work" name="work-runtime" version="2.10.5"/>
4647
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
4748
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4849
</trusted-key>

0 commit comments

Comments
 (0)