From f456458873fcbe0ad9166aacbc4992cf3cd29e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:40:59 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.9.1 to 1.9.2 Bumps androidx.activity:activity-ktx from 1.9.1 to 1.9.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f5a7d1f..2453a64 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -174,7 +174,7 @@ android { dependencies { implementation("androidx.core:core-ktx:1.13.1") - implementation ("androidx.activity:activity-ktx:1.9.1") + implementation ("androidx.activity:activity-ktx:1.9.2") implementation("androidx.appcompat:appcompat:1.7.0") implementation("com.google.android.material:material:1.12.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")