Skip to content

Commit 1b551c0

Browse files
Bump com.squareup.leakcanary:leakcanary-android from 2.13 to 2.14
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] <[email protected]>
1 parent 1b3b78d commit 1b551c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ dependencies {
214214

215215
if (props.getProperty("hydra.debug.leaks").toBoolean()) {
216216
logger.info("Leak tracking enabled...")
217-
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
217+
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
218218
}
219219

220220
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)