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) {