Skip to content

Instantly share code, notes, and snippets.

@pyricau
Created July 24, 2018 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyricau/d11bf04d387694f326e926c412cef0d2 to your computer and use it in GitHub Desktop.
Save pyricau/d11bf04d387694f326e926c412cef0d2 to your computer and use it in GitHub Desktop.
dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
// Optional, if you use support library fragments:
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment