Merge pull request #14825 from nextcloud/renovate/workruntime
fix(deps): update workruntime to v2.10.1
This commit is contained in:
commit
f742677a55
@ -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"
|
||||
|
@ -48,6 +48,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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user