Skip to content

Instantly share code, notes, and snippets.

@Magdi
Created March 10, 2017 18:10
Show Gist options
  • Save Magdi/1ba6addf8d92a06f5dc8a14ff298b313 to your computer and use it in GitHub Desktop.
Save Magdi/1ba6addf8d92a06f5dc8a14ff298b313 to your computer and use it in GitHub Desktop.
add leackcanary
dependencies {
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment