Skip to content

Commit

Permalink
Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and warting committed Feb 9, 2023
1 parent 508ad15 commit 81dfa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {


implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.appcompat:appcompat:1.6.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.material:material")
Expand Down

0 comments on commit 81dfa01

Please sign in to comment.