Skip to content

Commit

Permalink
fix(deps): 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 Nov 12, 2024
1 parent f985c7a commit 134d1da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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
13 changes: 7 additions & 6 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
<trusting group="androidx.recyclerview" name="recyclerview" version="1.3.2"/>
<trusting group="androidx.room"/>
<trusting group="androidx.sqlite"/>
<trusting group="androidx.tracing"/>
<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 Expand Up @@ -8037,10 +8038,10 @@
</component>
<component group="com.github.nextcloud.android-common" name="core" version="0.23.2">
<artifact name="core-0.23.2.aar">
<sha256 value="38011f3adff2f68c6c99cb121a5def63cc44a66e393373203687b59c5fb82ce8" origin="Generated by Gradle"/>
<sha256 value="38011f3adff2f68c6c99cb121a5def63cc44a66e393373203687b59c5fb82ce8" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="core-0.23.2.module">
<sha256 value="16df4da63602c412d8712018c4b35ce24cb040761bcbc026fbcd836dbe953171" origin="Generated by Gradle"/>
<sha256 value="16df4da63602c412d8712018c4b35ce24cb040761bcbc026fbcd836dbe953171" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud.android-common" name="core" version="df2f116806">
Expand Down Expand Up @@ -8101,10 +8102,10 @@
</component>
<component group="com.github.nextcloud.android-common" name="material-color-utilities" version="0.23.2">
<artifact name="material-color-utilities-0.23.2.jar">
<sha256 value="7b6296e966f1baf3da2443f61cc9d501e3ed06667ae9ef5603e550f705d89334" origin="Generated by Gradle"/>
<sha256 value="7b6296e966f1baf3da2443f61cc9d501e3ed06667ae9ef5603e550f705d89334" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="material-color-utilities-0.23.2.module">
<sha256 value="ca3c0835e5534a549d3718380982ba8cead70613ca436d65606f16cd2e3a0f01" origin="Generated by Gradle"/>
<sha256 value="ca3c0835e5534a549d3718380982ba8cead70613ca436d65606f16cd2e3a0f01" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud.android-common" name="material-color-utilities" version="df2f116806">
Expand Down Expand Up @@ -8165,10 +8166,10 @@
</component>
<component group="com.github.nextcloud.android-common" name="ui" version="0.23.2">
<artifact name="ui-0.23.2.aar">
<sha256 value="9eaf161c0535e87fec9585d97b5d5244229c7fdbde348bfebf7747f5bcd3f952" origin="Generated by Gradle"/>
<sha256 value="9eaf161c0535e87fec9585d97b5d5244229c7fdbde348bfebf7747f5bcd3f952" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="ui-0.23.2.module">
<sha256 value="4af371de8c6cd41a24f1a3ade9cd010c5d226a583d95ff909b1ca80f02d86db6" origin="Generated by Gradle"/>
<sha256 value="4af371de8c6cd41a24f1a3ade9cd010c5d226a583d95ff909b1ca80f02d86db6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud.android-common" name="ui" version="df2f116806">
Expand Down

0 comments on commit 134d1da

Please sign in to comment.