Skip to content

Commit

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

---
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 Apr 29, 2024
1 parent 5672b3a commit 17042f1
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 @@ -191,7 +191,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.facebook.stetho:stetho:1.6.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
implementation("com.mikepenz:aboutlibraries:${aboutlibraries_version}@aar") {
transitive = true
}
Expand Down

0 comments on commit 17042f1

Please sign in to comment.