From e60c90458aa3e3eeda14ff1ce59bb770cd48e784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 04:21:49 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.10.0 (#142) Co-authored-by: renovate[bot] <29139614+renovate[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 c7519b9..e5ee5cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ core = "1.15.0" coreKtx = "1.15.0" appcompat = "1.7.0" activity = "1.10.0" -activityKtx = "1.9.3" +activityKtx = "1.10.0" constraintlayout = "2.2.0" preference = "1.2.1" preferenceKtx = "1.2.1"