Skip to content

Commit

Permalink
fix(deps): update dependency androidx.work:work-runtime to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent ab6c78e commit 62f38c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.9.1'
implementation 'androidx.work:work-runtime:2.10.0'
implementation 'com.google.android.material:material:1.12.0'

// Database
Expand Down
2 changes: 2 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<trusting group="androidx.recyclerview"/>
<trusting group="androidx.room"/>
<trusting group="androidx.sqlite"/>
<trusting group="androidx.tracing"/>
<trusting group="androidx.webkit"/>
<trusting group="androidx.work"/>
</trusted-key>
Expand Down Expand Up @@ -139,6 +140,7 @@
<trusting group="androidx.test.espresso" name="espresso-idling-resource" version="3.6.1"/>
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
<trusting group="androidx.webkit" name="webkit" version="1.11.0"/>
<trusting group="androidx.work" name="work-runtime" version="2.10.0"/>
<trusting group="androidx.work" name="work-runtime" version="2.9.1"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>
Expand Down

0 comments on commit 62f38c7

Please sign in to comment.