From 5565e5071f8343a2bf63f6c922315516c5b95bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:29:02 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx from 1.9.0 to 1.12.0 in /snippets (#1477) chore(deps): bump androidx.core:core-ktx in /snippets Bumps androidx.core:core-ktx from 1.9.0 to 1.12.0. --- updated-dependencies: - dependency-name: androidx.core:core-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-places-ktx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app-utils/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index ecf4670e3..7580f9a15 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -47,7 +47,7 @@ dependencies { // [START_EXCLUDE silent] implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.4.0-beta01" implementation "androidx.compose.material:material:1.4.0-beta01" diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index f886ff92e..db5c683c7 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -43,7 +43,7 @@ android { dependencies { // [START_EXCLUDE silent] implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' - implementation 'androidx.core:core-ktx: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' // [END_EXCLUDE] diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index 08b8162b1..bf8e80b9f 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -39,7 +39,7 @@ android { // [START places_android_ktx_install_snippet] dependencies { // [START_EXCLUDE silent] - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.android.volley:volley:1.2.1' implementation 'com.google.android.material:material:1.10.0' diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 0c1fc724a..92a6e28eb 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // [START_EXCLUDE silent] implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' - implementation 'androidx.core:core-ktx: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' // [END_EXCLUDE] diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 35d9e5f26..5d75d151b 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // [START_EXCLUDE silent] - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.10.0' testImplementation 'junit:junit:4.13.2' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 1fabb4d4d..119ed2c62 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -52,7 +52,7 @@ dependencies { // [START_EXCLUDE silent] implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0' - implementation 'androidx.core:core-ktx:1.9.0' + implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.4.0-beta01" implementation "androidx.compose.material:material:1.4.0-beta01"