From 60c0696ce4fd78d6ca2705a3c02845cbb516ca4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:35:51 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.9.0 to 1.9.1 Bumps androidx.activity:activity-ktx from 1.9.0 to 1.9.1. --- 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 227ee0f..dc77e64 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -170,7 +170,7 @@ android { dependencies { implementation("androidx.core:core-ktx:1.13.1") - implementation ("androidx.activity:activity-ktx:1.9.0") + implementation ("androidx.activity:activity-ktx:1.9.1") implementation("androidx.appcompat:appcompat:1.7.0") implementation("com.google.android.material:material:1.12.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")