Skip to content

Commit

Permalink
chore(deps): Bump leakcanary-android from 2.7 to 2.8.1
Browse files Browse the repository at this point in the history
Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.8.1.
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md)
- [Commits](square/leakcanary@v2.7...v2.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Jan 10, 2022
1 parent 29294c6 commit b1e7ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maoni-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.facebook.stetho:stetho:1.6.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
implementation("com.mikepenz:aboutlibraries:${aboutlibraries_version}@aar") {
transitive = true
}
Expand Down

0 comments on commit b1e7ab8

Please sign in to comment.