Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent e765537 commit 3f827fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation project(':touchview')
implementation 'androidx.core:core-ktx:1.13.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation "androidx.viewpager2:viewpager2:1.1.0"
implementation 'com.github.bumptech.glide:glide:4.16.0'

Expand Down

0 comments on commit 3f827fe

Please sign in to comment.