From 0e6baef30d4b6fb7f2ebbdd2c8bb5de31438ddf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:11:58 +0000 Subject: [PATCH] chore(deps): bump core-ktx from 1.8.0 to 1.9.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1045) chore(deps): bump core-ktx in /tutorials/kotlin/CurrentPlaceDetailsOnMap Bumps core-ktx from 1.8.0 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] 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 5c4d045e..ec2608fd 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'com.google.android.libraries.places:places:2.6.0' implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13' - implementation "androidx.core:core-ktx:1.8.0" + implementation "androidx.core:core-ktx:1.9.0" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }