From 63552a2af8895431fcd6421b3913073c38da9796 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 19 Nov 2025 18:38:09 +0000 Subject: [PATCH] :arrow_up: Update androidx.lifecycle to v2.10.0 --- 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 fcdc205..20a029d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidx-recyclerview = "1.3.1" google-material = "1.9.0" # Lifecycle -androidx-lifecycle = "2.6.2" +androidx-lifecycle = "2.10.0" # Testing junit = "5.10.0"