From 88125b0310ba215111dcb142dfd065ca8845ff83 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Thu, 25 Jan 2018 16:14:07 -0600 Subject: [PATCH] Update leak canary --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b9549c659..6dffa9d05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,7 +121,7 @@ dependencies { } debugCompile "com.facebook.stetho:stetho-timber:${STETHO_VERSION}@aar" //noinspection GradleDependency - debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1' + debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4' debugCompile 'com.android.support:multidex:1.0.2' compile 'com.github.rey5137:material:1.2.4'