Created
July 24, 2018 12:21
-
-
Save pyricau/d11bf04d387694f326e926c412cef0d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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