From bba986bfcc107b66182960e5a4a001324dd6ea8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:13:26 +0000 Subject: [PATCH] chore(deps): bump lifecycle-runtime-ktx from 2.5.0 to 2.5.1 in /ApiDemos/kotlin (#1019) chore(deps): bump lifecycle-runtime-ktx in /ApiDemos/kotlin Bumps lifecycle-runtime-ktx from 2.5.0 to 2.5.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-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> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index c9374cfd..07899ba3 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // GMS - gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0' + gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' gmsImplementation 'com.google.android.gms:play-services-maps:18.1.0' gmsImplementation 'com.google.maps.android:maps-ktx:3.3.0'