Skip to content

Commit 83f6b23

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faf2e1f commit 83f6b23

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

snippets/app-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
// [START_EXCLUDE silent]
4848
implementation fileTree(dir: "libs", include: ["*.jar"])
4949
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
50-
implementation 'androidx.core:core-ktx:1.13.0'
50+
implementation 'androidx.core:core-ktx:1.13.1'
5151
implementation 'androidx.appcompat:appcompat:1.6.1'
5252
implementation "androidx.compose.foundation:foundation:1.7.0-alpha07"
5353
implementation "androidx.compose.material:material:1.7.0-alpha08"

snippets/app-ktx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
dependencies {
4444
// [START_EXCLUDE silent]
4545
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
46-
implementation 'androidx.core:core-ktx:1.13.0'
46+
implementation 'androidx.core:core-ktx:1.13.1'
4747
implementation "androidx.appcompat:appcompat:1.6.1"
4848
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
4949
// [END_EXCLUDE]

snippets/app-places-ktx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
// [START places_android_ktx_install_snippet]
4040
dependencies {
4141
// [START_EXCLUDE silent]
42-
implementation 'androidx.core:core-ktx:1.13.0'
42+
implementation 'androidx.core:core-ktx:1.13.1'
4343
implementation 'androidx.appcompat:appcompat:1.6.1'
4444
implementation 'com.android.volley:volley:1.2.1'
4545
implementation 'com.google.android.material:material:1.11.0'

snippets/app-utils-ktx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
dependencies {
4242
// [START_EXCLUDE silent]
4343
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
44-
implementation 'androidx.core:core-ktx:1.13.0'
44+
implementation 'androidx.core:core-ktx:1.13.1'
4545
implementation "androidx.appcompat:appcompat:1.6.1"
4646
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
4747
// [END_EXCLUDE]

snippets/app-utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
dependencies {
4242

4343
// [START_EXCLUDE silent]
44-
implementation 'androidx.core:core-ktx:1.13.0'
44+
implementation 'androidx.core:core-ktx:1.13.1'
4545
implementation 'androidx.appcompat:appcompat:1.6.1'
4646
implementation 'com.google.android.material:material:1.11.0'
4747
testImplementation 'junit:junit:4.13.2'

snippets/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
// [START_EXCLUDE silent]
5353
implementation fileTree(dir: "libs", include: ["*.jar"])
5454
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
55-
implementation 'androidx.core:core-ktx:1.13.0'
55+
implementation 'androidx.core:core-ktx:1.13.1'
5656
implementation 'androidx.appcompat:appcompat:1.6.1'
5757
implementation "androidx.compose.foundation:foundation:1.7.0-alpha07"
5858
implementation "androidx.compose.material:material:1.7.0-alpha08"

0 commit comments

Comments
 (0)