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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-02 11:52:49 +00:00 committed by GitHub
parent faf2e1ff62
commit 83f6b23eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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]

View File

@ -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'

View File

@ -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]

View File

@ -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'

View File

@ -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"