From 6ac876c3b1c81adbe38aabe1728ff9ebcd0b36ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:41:40 +0800 Subject: [PATCH] build(deps): bump the maven-dependencies group with 2 updates (#685) Updates `androidx.fragment:fragment` from 1.8.0-rc01 to 1.8.0 Updates `androidx.lifecycle:lifecycle-common` from 2.8.1 to 2.8.2 --- 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 69ec9be053..ce83deb17c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,9 +8,9 @@ lsparanoid = "0.6.0" annotation = "1.8.0" core = "1.13.1" collection = "1.4.0" -fragment = "1.8.0-rc01" +fragment = "1.8.0" recyclerview = "1.3.2" -lifecycle-common = "2.8.1" +lifecycle-common = "2.8.2" vectordrawable = "1.2.0" vectordrawable-animated = "1.2.0" customview = "1.2.0-alpha02"