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
….3.1
  • Loading branch information
renovate[bot] committed Jul 26, 2023
1 parent fd171b1 commit 57371dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/xView/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.recyclerview:recyclerview:1.3.0")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("com.github.bumptech.glide:glide:4.15.1")
implementation("com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0")
}

0 comments on commit 57371dd

Please sign in to comment.