From ebad1b43242499a105d4c91aa5faa7cfc824743d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:18:28 +0000 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1 in /ApiDemos/kotlin (#1623) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.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 8b967a28..e03d3b89 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.0' + gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' // Below is used to run the easypermissions library to manage location permissions