Skip to content

Commit d47ff24

Browse files
Merge pull request #2652 from nextcloud/renovate/androidx.recyclerview-recyclerview-selection-1.x
fix(deps): update dependency androidx.recyclerview:recyclerview-selection to v1.2.0
2 parents 72a22bb + 877d287 commit d47ff24

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
@@ -125,7 +125,7 @@ dependencies {
125125
implementation 'androidx.fragment:fragment:1.8.7'
126126
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
127127
implementation 'androidx.preference:preference:1.2.1'
128-
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
128+
implementation 'androidx.recyclerview:recyclerview-selection:1.2.0'
129129
implementation 'androidx.recyclerview:recyclerview:1.4.0'
130130
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
131131
implementation 'androidx.work:work-runtime:2.10.1'

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<trusting group="androidx.databinding"/>
2929
<trusting group="androidx.fragment"/>
3030
<trusting group="androidx.lifecycle"/>
31+
<trusting group="androidx.recyclerview" name="recyclerview-selection" version="1.2.0"/>
3132
<trusting group="androidx.room"/>
3233
<trusting group="androidx.savedstate"/>
3334
<trusting group="androidx.sqlite"/>

0 commit comments

Comments
 (0)