From 66149d0918e1baf29ee0b7261e3207418aa16752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:32:08 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.3.2 to 1.13.0 in /00-Login-Kt Bumps androidx.core:core-ktx from 1.3.2 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 00-Login-Kt/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Login-Kt/app/build.gradle b/00-Login-Kt/app/build.gradle index 7483585..51ca169 100644 --- a/00-Login-Kt/app/build.gradle +++ b/00-Login-Kt/app/build.gradle @@ -39,7 +39,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.core:core-ktx:1.13.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'