From 83fe7b83d75d8f85837a0273fd04674152ba1246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:22:53 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 246ad16..c9d512c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ android { dependencies { implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.core:core-ktx:1.12.0" - implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.24" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0" implementation 'androidx.multidex:multidex:2.0.1' implementation "com.google.android.gms:play-services-maps:18.2.0" implementation "androidx.fragment:fragment-ktx:1.6.2"