From 2602a472f700549a9f43932a2a25add43b4f148e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 09:01:01 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.9.0 to 1.10.0 in /00-Login-Kt Bumps androidx.core:core-ktx from 1.9.0 to 1.10.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 b2e38be..2a91b55 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.9.0' + implementation 'androidx.core:core-ktx:1.10.0' implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'