From 71908fd3a1ec0dcec10506b967c625d32d0aa650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:41:53 +0000 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.3 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 333e2ae1b..f6ce2ff7c 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' // [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 95feed4ce..3fe86838b 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' // [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 480c14991..b183d8922 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.7.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.1.1" diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index ffd133252..dcb230c0a 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:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index a96740273..7f5ea0c9c 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' implementation 'com.google.android.libraries.places:places:3.5.0' // [END_EXCLUDE]