Skip to content

Commit b157747

Browse files
fix(deps): update dependency androidx.work:work-runtime to v2.11.2
1 parent 6a9396a commit b157747

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ dependencies {
151151
implementation 'androidx.recyclerview:recyclerview-selection:1.2.0'
152152
implementation 'androidx.recyclerview:recyclerview:1.4.0'
153153
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'
154-
implementation 'androidx.work:work-runtime:2.11.1'
154+
implementation 'androidx.work:work-runtime:2.11.2'
155155
implementation 'com.google.android.material:material:1.13.0'
156156

157157
// Vanitech

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
2828
<trusting group="androidx.core"/>
2929
<trusting group="androidx.databinding"/>
30+
<trusting group="androidx.work" name="work-runtime" version="2.11.2"/>
3031
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
3132
<trusting group="^com[.]android($|([.].*))" regex="true"/>
3233
</trusted-key>

0 commit comments

Comments
 (0)