Skip to content

Commit

Permalink
Merge pull request #807 from ZeusWPI/dependabot/gradle/com.squareup.l…
Browse files Browse the repository at this point in the history
…eakcanary-leakcanary-android-2.12

Bump com.squareup.leakcanary:leakcanary-android from 2.11 to 2.12
  • Loading branch information
niknetniko authored Jul 26, 2023
2 parents 4a6a337 + 12f86f2 commit d39b64b
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 @@ -218,7 +218,7 @@ dependencies {

if (props.getProperty("hydra.debug.leaks").toBoolean()) {
logger.info("Leak tracking enabled...")
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
}

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit d39b64b

Please sign in to comment.