From 8c3ad3d8f658686112835bb5dba268fed0f297f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:22:18 +0300 Subject: [PATCH] Bump the androidx group with 1 update (#2566) Bumps the androidx group with 1 update: androidx.recyclerview:recyclerview. --- updated-dependencies: - dependency-name: androidx.recyclerview:recyclerview dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7549ae3d0a..e9467ee1b9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -90,7 +90,7 @@ androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.8. appcompat-activity = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha03" } androidx-work = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" } androidx-work-testing = { module = "androidx.work:work-testing", version.ref = "androidx-work" } -androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.2.1" } +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.1" } # Legacy gson = { module = "com.google.code.gson:gson", version = "2.10.1" } # will be removed in favor of KotlinX serialization