From 690ee788931743717c5e0ea305e759494f1730b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:27:42 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.9.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 d99b08e..3813f5c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ core = "1.13.1" coreKtx = "1.13.1" appcompat = "1.7.0" activity = "1.9.2" -activityKtx = "1.9.1" +activityKtx = "1.9.2" constraintlayout = "2.1.4" preference = "1.2.1" preferenceKtx = "1.2.1"