Skip to content

Commit

Permalink
build(deps): bump com.google.android.material:material
Browse files Browse the repository at this point in the history
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.7.0...1.9.0)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2023
1 parent f8ea30d commit a08a825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ dependencies {
implementation 'androidx.webkit:webkit:1.7.0'
// Note: the design support library can be quite buggy, so test everything thoroughly before updating it
// Changing the version from 1.8.0 to 1.7.0 because the item in navigation drawer is getting bold unnecessarily
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.google.android.material:material:1.9.0'
// noinspection GradleDependency jackson-databind 2.13 requires SDK 24+: https://github.com/FasterXML/jackson-databind#compatibility
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.5'
implementation 'com.vanniktech:android-image-cropper:4.5.0'
Expand Down

0 comments on commit a08a825

Please sign in to comment.