From e4fd89aed8866a807d9b417f2dc8e954b98ce1f9 Mon Sep 17 00:00:00 2001 From: serso Date: Tue, 16 Jun 2015 13:07:29 +0200 Subject: [PATCH] LeakCanary version update --- android-app-tests/android-app-tests.iml | 24 ++++++++++++------------ android-app/android-app.iml | 10 +++++----- android-app/build.gradle | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/android-app-tests/android-app-tests.iml b/android-app-tests/android-app-tests.iml index 39181464..3209f068 100644 --- a/android-app-tests/android-app-tests.iml +++ b/android-app-tests/android-app-tests.iml @@ -74,43 +74,43 @@ - - + - - + - + - + + - + + - - - + + + - - + + \ No newline at end of file diff --git a/android-app/android-app.iml b/android-app/android-app.iml index fd776288..216195a7 100644 --- a/android-app/android-app.iml +++ b/android-app/android-app.iml @@ -76,7 +76,7 @@ - + @@ -102,7 +102,6 @@ - @@ -113,17 +112,17 @@ - + - + - + @@ -133,6 +132,7 @@ + diff --git a/android-app/build.gradle b/android-app/build.gradle index 4df999c9..e519eb6f 100644 --- a/android-app/build.gradle +++ b/android-app/build.gradle @@ -77,8 +77,8 @@ dependencies { compile 'com.google.android.gms:play-services-analytics:7.3.0@aar' compile 'com.melnykov:floatingactionbutton:1.1.0' - debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3' - releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3' + debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1' + releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1' } task androidJavadocs(type: Javadoc) {