From e049f2721e99cee953d573c3d16476702abbacc7 Mon Sep 17 00:00:00 2001 From: ligi Date: Thu, 5 Apr 2018 12:45:27 +0200 Subject: [PATCH] Revert "Use leak-canary 1.5.4" This reverts commit 2d50ff49b8f17d0011af5c06c6405e1a414380e7. Unfortunately the new version is minSDK 14 and we are still 9 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 896f7059..bef39e71 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -181,8 +181,8 @@ dependencies { // Don't update to 3.3.1 before minSDK 19 - or replace zxing compile 'com.google.zxing:core:3.3.0' - debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4' - releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4' + debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4' + releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4' withAnalyticsCompile "com.google.android.gms:play-services-analytics:$play_version" withMapsCompile "com.google.android.gms:play-services-maps:$play_version"