From 007361fa981b60a63873afda5a7b5139dc512795 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Mar 2026 02:00:46 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.13.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1f4d4c4..f7aa1c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.compose.ui:ui' - implementation "androidx.activity:activity-ktx:1.12.4" + implementation "androidx.activity:activity-ktx:1.13.0" implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'com.google.android.material:material:1.13.0' -- 2.49.1