Skip to content

Commit

Permalink
Bump androidx.appcompat:appcompat from 1.1.0 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps androidx.appcompat:appcompat from 1.1.0 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2024
1 parent 1c7dcf2 commit 88d5a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -38,7 +38,7 @@ android {

dependencies {
implementation(project(":library"))
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("com.google.android.material:material:1.0.0")
implementation("com.google.firebase:firebase-core:16.0.6")
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Expand Up @@ -31,6 +31,6 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
}

0 comments on commit 88d5a6d

Please sign in to comment.