diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index fb0c4e37..891db44d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,6 +84,10 @@ dependencies { //Logging compile "com.jakewharton.timber:timber:${TIMBER}" + debugCompile "com.squareup.leakcanary:leakcanary-android:${LEAK_CANARY}" + releaseCompile "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}" + testCompile "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}" + //Dialog compile "com.afollestad.material-dialogs:core:${MATERIAL_DIALOG}" |