From bac8a149dddbebb391940d931836d32ada485f1a Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 17 Dec 2025 18:41:23 +0000 Subject: [PATCH] :arrow_up: Update dependency androidx.activity:activity-ktx to v1.12.2 --- 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..a7311c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ testlogger = "3.2.0" # Core androidx-core = "1.10.1" androidx-appcompat = "1.6.1" -androidx-activity = "1.7.2" +androidx-activity = "1.12.2" # UI androidx-constraintlayout = "2.1.4"