File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ dependencies {
119
119
implementation ' androidx.recyclerview:recyclerview-selection:1.1.0'
120
120
implementation ' androidx.recyclerview:recyclerview:1.3.2'
121
121
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
122
- implementation ' androidx.work:work-runtime:2.9.1 '
122
+ implementation ' androidx.work:work-runtime:2.10.0 '
123
123
implementation ' com.google.android.material:material:1.12.0'
124
124
125
125
// Database
Original file line number Diff line number Diff line change 107
107
<trusting group =" androidx.recyclerview" />
108
108
<trusting group =" androidx.room" />
109
109
<trusting group =" androidx.sqlite" />
110
+ <trusting group =" androidx.tracing" />
110
111
<trusting group =" androidx.webkit" />
111
112
<trusting group =" androidx.work" />
112
113
</trusted-key >
139
140
<trusting group =" androidx.test.espresso" name =" espresso-idling-resource" version =" 3.6.1" />
140
141
<trusting group =" androidx.transition" name =" transition" version =" 1.5.0" />
141
142
<trusting group =" androidx.webkit" name =" webkit" version =" 1.11.0" />
143
+ <trusting group =" androidx.work" name =" work-runtime" version =" 2.10.0" />
142
144
<trusting group =" androidx.work" name =" work-runtime" version =" 2.9.1" />
143
145
<trusting group =" ^androidx[.]compose($|([.].*))" regex =" true" />
144
146
<trusting group =" ^com[.]android($|([.].*))" regex =" true" />
You can’t perform that action at this time.
0 commit comments