From 010d043c2f130005020905b14e2999f176118601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:41:51 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx from 1.13.0 to 1.13.1 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1571) chore(deps): bump androidx.core:core-ktx Bumps androidx.core:core-ktx from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index 7f164e5b3..ba040c1d1 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'com.google.android.libraries.places:places:3.4.0' implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13.2' - implementation "androidx.core:core-ktx:1.13.0" + implementation "androidx.core:core-ktx:1.13.1" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }