Skip to content

Commit

Permalink
chore(deps): bump androidx.appcompat:appcompat from 1.4.2 to 1.6.1 in…
Browse files Browse the repository at this point in the history
… /snippets (#1479)

chore(deps): bump androidx.appcompat:appcompat in /snippets

Bumps androidx.appcompat:appcompat from 1.4.2 to 1.6.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  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 4d6fb1b commit b21d548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/app-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
// [START_EXCLUDE silent]
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
implementation 'androidx.core:core-ktx:1.12.0'
implementation "androidx.appcompat:appcompat:1.4.2"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
// [END_EXCLUDE]

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 @@ -42,7 +42,7 @@ dependencies {
// [START_EXCLUDE silent]
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
implementation 'androidx.core:core-ktx:1.12.0'
implementation "androidx.appcompat:appcompat:1.4.2"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
// [END_EXCLUDE]

Expand Down

0 comments on commit b21d548

Please sign in to comment.