Skip to content

Commit

Permalink
Bump androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2
Browse files Browse the repository at this point in the history
Bumps androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2.

---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent cc0a10f commit f58f21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Smodr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
api 'androidx.preference:preference-ktx:1.2.1'
api 'androidx.browser:browser:1.6.0'
api 'androidx.legacy:legacy-support-v4:1.0.0'
api 'androidx.recyclerview:recyclerview:1.3.1'
api 'androidx.recyclerview:recyclerview:1.3.2'
api 'androidx.appcompat:appcompat:1.6.1'
api 'com.google.android.material:material:1.9.0'
api 'com.squareup.okhttp:okhttp:2.7.5'
Expand Down
2 changes: 1 addition & 1 deletion common-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
api 'androidx.recyclerview:recyclerview:1.3.1'
api 'androidx.recyclerview:recyclerview:1.3.2'
}

0 comments on commit f58f21c

Please sign in to comment.