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:
parent
492232f22d
commit
e049f2721e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue