Revert "Use leak-canary 1.5.4"

This reverts commit 2d50ff49b8.

Unfortunately the new version is minSDK 14 and we are still 9
This commit is contained in:
ligi 2018-04-05 12:45:27 +02:00
parent 492232f22d
commit e049f2721e
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -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"