fix(deps): update workruntime to v2.10.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-11 18:30:59 +00:00 committed by GitHub
parent 367bbae774
commit 4b722e4347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ buildscript {
mockkVersion = "1.13.17"
prismVersion = "2.0.0"
roomVersion = "2.6.1"
workRuntime = "2.10.0"
workRuntime = "2.10.1"
ciBuild = System.getenv("CI") == "true"
shotTest = System.getenv("SHOT_TEST") == "true"

View File

@ -47,6 +47,7 @@
<trusting group="androidx.fragment"/>
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.savedstate"/>
<trusting group="androidx.work"/>
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>