Skip to content

Commit

Permalink
Merge pull request #359 from circleci-tools/dependabot/gradle/android…
Browse files Browse the repository at this point in the history
…x.recyclerview-recyclerview-1.4.0

Bump androidx.recyclerview:recyclerview from 1.3.2 to 1.4.0
  • Loading branch information
unhappychoice authored Jan 17, 2025
2 parents b029e7c + bf304a6 commit 4de7a14
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 @@ -25,7 +25,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.multidex:multidex:2.0.1'
implementation "androidx.recyclerview:recyclerview:1.3.2"
implementation "androidx.recyclerview:recyclerview:1.4.0"
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation 'com.github.rahatarmanahmed:circularprogressview:2.5.0'
implementation 'com.github.unhappychoice:circleci:0.3.0'
Expand Down

0 comments on commit 4de7a14

Please sign in to comment.