Skip to content

Commit

Permalink
fix(deps): update dependency androidx.recyclerview:recyclerview to v1…
Browse files Browse the repository at this point in the history
….4.0
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent f559700 commit 9ac4c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swipe-to-action/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
implementation "androidx.recyclerview:recyclerview:1.3.2"
implementation "androidx.recyclerview:recyclerview:1.4.0"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down

0 comments on commit 9ac4c05

Please sign in to comment.