From ef7fb521ff84ba5857ce47b08bb505610d6cd9ce Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Tue, 13 Sep 2016 23:33:45 -0400 Subject: [PATCH] Update to latest leak canary version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bef3f3b..fb9901a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,6 +102,6 @@ dependencies { compile project(':animated-progress-bar') // memory leak analysis - debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2' - releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2' + debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4' + releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4' } \ No newline at end of file