Skip to content

Commit

Permalink
chore(deps): bump androidx.core:core-ktx from 1.9.0 to 1.12.0 in /sni…
Browse files Browse the repository at this point in the history
…ppets (#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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 6c2ef57 commit 5565e50
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion snippets/app-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-places-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-utils-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion snippets/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5565e50

Please sign in to comment.