diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1298831566..cc28d9d6a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.0" } androidx-browser = { module = "androidx.browser:browser", version = "1.6.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } -androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.1" } +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.7.0.202309050840-r" }