Skip to content

Commit

Permalink
Update dependency androidx.recyclerview:recyclerview to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent eae519d commit b624b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {
const val liveData = "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
const val lifecycle = "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
const val material = "com.google.android.material:material:1.1.0"
const val recyclerView = "androidx.recyclerview:recyclerview:1.2.1"
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.2"
const val anrWatchDog = "com.github.anrwatchdog:anrwatchdog:1.4.0"
const val shimmer = "com.facebook.shimmer:shimmer:0.5.0"
const val mpAndroidCharts = "com.github.PhilJay:MPAndroidChart:3.1.0"
Expand Down

0 comments on commit b624b49

Please sign in to comment.