From 85172c6c6dd4200381c29fdb91603a18143b1ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 09:13:14 +0800 Subject: [PATCH] build(deps): bump the maven-dependencies group with 2 updates (#656) Updates androidx.fragment:fragment from 1.8.0-beta01 to 1.8.0-rc01 Updates androidx.lifecycle:lifecycle-common from 2.8.0 to 2.8.1 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7e7c719da3..778f828fe1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,9 +7,9 @@ lsparanoid = "0.6.0" annotation = "1.8.0" core = "1.13.1" collection = "1.4.0" -fragment = "1.8.0-beta01" +fragment = "1.8.0-rc01" recyclerview = "1.3.2" -lifecycle-common = "2.8.0" +lifecycle-common = "2.8.1" vectordrawable = "1.2.0" vectordrawable-animated = "1.2.0" customview = "1.2.0-alpha02"