From 2f101ca031509ac0db56c2978de30652be6c2ea2 Mon Sep 17 00:00:00 2001 From: Tneciv Date: Sun, 20 Mar 2016 18:03:53 +0800 Subject: [PATCH] leakcanary --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9956ea0..4fa7b2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { //animation lib start //animation lib end compile files('libs/Bughd_android_sdk_v1.3.7.jar') -// releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1' + releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1' debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta1' testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1' compile 'com.android.support:appcompat-v7:23.2.1'