From a96a5ca409a84ca9347c3895a8d128fe2cb644e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:30:54 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.11.0 --- buildSrc/src/main/kotlin/dependencies/Versions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/dependencies/Versions.kt b/buildSrc/src/main/kotlin/dependencies/Versions.kt index c9938ec..58618fd 100644 --- a/buildSrc/src/main/kotlin/dependencies/Versions.kt +++ b/buildSrc/src/main/kotlin/dependencies/Versions.kt @@ -2,7 +2,7 @@ package dependencies object Versions { // Kotlin - const val activity_ktx = "1.10.1" + const val activity_ktx = "1.11.0" const val core_ktx = "1.17.0" const val android_annotation = "1.9.1" const val kotlin = "2.2.20"