From a879e8a55fb6d5efa8514e481537899ea95e05e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:29:37 +0000 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.5.1 to 2.7.0 in /snippets (#1476) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.5.1 to 2.7.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index bd3769208..de1a23a81 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.4' implementation 'androidx.navigation:navigation-ui-ktx:2.7.4' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index db5c683c7..4c0884adf 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' implementation 'androidx.core:core-ktx:1.12.0' implementation "androidx.appcompat:appcompat:1.4.2" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' // [END_EXCLUDE] // KTX for the Maps SDK for Android library diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 732861cf9..b9431447f 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -53,7 +53,7 @@ dependencies { // [START_EXCLUDE silent] implementation "androidx.appcompat:appcompat:1.6.1" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" implementation "com.google.android.material:material:1.10.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.0.0" diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 92a6e28eb..db0684b03 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' implementation 'androidx.core:core-ktx:1.12.0' implementation "androidx.appcompat:appcompat:1.4.2" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 7ab10d66b..d4f651689 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' implementation 'com.google.android.libraries.places:places:3.0.0' // [END_EXCLUDE]