From 40ecdf1843b2ddda00e3bf60cc0847b7b45be4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:10:49 +0000 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3 in /ApiDemos/kotlin (#1690) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3. --- 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 9d5c4074..213163c0 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // GMS - gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' // Below is used to run the easypermissions library to manage location permissions