Skip to content

Instantly share code, notes, and snippets.

@mazzouzi
Created June 14, 2022 08:50
Show Gist options
  • Save mazzouzi/84e344e997e6a4b20fd83c23927a7667 to your computer and use it in GitHub Desktop.
Save mazzouzi/84e344e997e6a4b20fd83c23927a7667 to your computer and use it in GitHub Desktop.
Leak Canary dependancy
dependencies {
// debugImplementation because LeakCanary should only run in debug builds.
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment