Skip to content

Commit

Permalink
Update workRuntime to v2.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent e17dc1f commit dfe9724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
mockkVersion = "1.13.13"
prismVersion = "2.0.0"
roomVersion = "2.6.1"
workRuntime = "2.9.1"
workRuntime = "2.10.0"

ciBuild = System.getenv("CI") == "true"
shotTest = System.getenv("SHOT_TEST") == "true"
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
<trusting group="androidx.room"/>
<trusting group="androidx.sqlite"/>
<trusting group="androidx.tracing" name="tracing" version="1.2.0"/>
<trusting group="androidx.tracing" name="tracing-ktx" version="1.2.0"/>
<trusting group="androidx.webkit" name="webkit" version="1.10.0"/>
<trusting group="androidx.webkit" name="webkit" version="1.9.0"/>
<trusting group="androidx.work"/>
Expand Down

0 comments on commit dfe9724

Please sign in to comment.