From 0cedb86a6c944b9574072c0a5b3e6646038b8b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:21:07 +0000 Subject: [PATCH] Bump core-ktx from 1.3.2 to 1.9.0 in /00-Login-Kt Bumps core-ktx from 1.3.2 to 1.9.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 74835853..a63d5598 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.9.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'