Skip to content

Commit

Permalink
Update dependency androidx.recyclerview:recyclerview to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent e476358 commit f9265f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
implementation(group = "com.android.billingclient", name = "billing-ktx", version = "6.0.1")
implementation(group = "androidx.multidex", name = "multidex", version = "2.0.1")
implementation(group = "androidx.cardview", name = "cardview", version = "1.0.0")
implementation(group = "androidx.recyclerview", name = "recyclerview", version = "1.3.0")
implementation(group = "androidx.recyclerview", name = "recyclerview", version = "1.3.1")
implementation(group = "androidx.percentlayout", name = "percentlayout", version = "1.0.0")
implementation(group = "androidx.annotation", name = "annotation", version = "1.6.0")
implementation(group = "androidx.preference", name = "preference", version = "1.2.0")
Expand Down

0 comments on commit f9265f8

Please sign in to comment.