Skip to content

Commit

Permalink
build(deps): bump com.mikepenz:materialdrawer from 6.1.1 to 9.0.2
Browse files Browse the repository at this point in the history
Bumps [com.mikepenz:materialdrawer](https://github.com/mikepenz/MaterialDrawer) from 6.1.1 to 9.0.2.
- [Release notes](https://github.com/mikepenz/MaterialDrawer/releases)
- [Changelog](https://github.com/mikepenz/MaterialDrawer/blob/develop/gradle-release.gradle)
- [Commits](mikepenz/MaterialDrawer@v6.1.1...v9.0.2)

---
updated-dependencies:
- dependency-name: com.mikepenz:materialdrawer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent 7671178 commit e82f2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
implementation 'com.afollestad.material-dialogs:commons:0.9.6.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.codehaus.jackson:jackson-mapper-asl:1.9.13-atlassian-2'
implementation('com.mikepenz:materialdrawer:6.1.1@aar') {
implementation('com.mikepenz:materialdrawer:9.0.2@aar') {
transitive = true
}
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down

0 comments on commit e82f2ad

Please sign in to comment.