From 83f6b23eb1d41ea027c130c69ecc3ffe8e7fa0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 11:52:49 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx from 1.13.0 to 1.13.1 in /snippets (#1558) chore(deps): bump androidx.core:core-ktx in /snippets Bumps androidx.core:core-ktx from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core-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> --- 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 9c86469a1..cb2fbbf8a 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.23' - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-alpha07" implementation "androidx.compose.material:material:1.7.0-alpha08" diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index 60b23d652..b60247521 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.23' - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' // [END_EXCLUDE] diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index 22ba809db..3cb338175 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.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.android.volley:volley:1.2.1' implementation 'com.google.android.material:material:1.11.0' diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 4cfc9c15b..d51dcf293 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.23' - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' // [END_EXCLUDE] diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 3b38807d1..02554c8a5 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.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index b9decda3b..9837bdcb9 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.23' - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-alpha07" implementation "androidx.compose.material:material:1.7.0-alpha08"