Skip to content

Commit

Permalink
Merge pull request #2551 from nextcloud/renovate/androidx.recyclervie…
Browse files Browse the repository at this point in the history
…w-recyclerview-1.x

fix(deps): update dependency androidx.recyclerview:recyclerview to v1.4.0
  • Loading branch information
github-actions[bot] authored Feb 20, 2025
2 parents 2ee1dc1 + ca02d91 commit 49f49c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.10.0'
implementation 'com.google.android.material:material:1.12.0'
Expand Down
6 changes: 6 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
<trusting group="androidx.fragment"/>
<trusting group="androidx.graphics"/>
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.recyclerview" name="recyclerview" version="1.4.0"/>
<trusting group="androidx.test"/>
<trusting group="androidx.test.espresso" name="espresso-idling-resource" version="3.6.1"/>
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
Expand Down Expand Up @@ -1562,6 +1563,11 @@
<sha256 value="179fc4d2d022c0a8247e7612feab40b951bd8710f6b452e3ed6dc03a1e52769d" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.recyclerview" name="recyclerview" version="1.4.0">
<artifact name="recyclerview-1.4.0.aar">
<sha256 value="0f32ccaffcda74c3f87f0b4cfe6ae78e8aa4eb3ad7dda4f2edf06eedc947a5cf" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.recyclerview" name="recyclerview-selection" version="1.1.0">
<artifact name="recyclerview-selection-1.1.0.aar">
<sha256 value="9e2ba1c7d6b0eb5e64c10b1b0eb01b51e8511cee002c9bd56ce9cc138ebc4898" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down

0 comments on commit 49f49c4

Please sign in to comment.