mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
fix leakcanary issues
This commit is contained in:
parent
0d14fd5e3e
commit
7dfa4c739d
1 changed files with 3 additions and 3 deletions
|
|
@ -125,7 +125,7 @@ dependencies {
|
||||||
//Tests
|
//Tests
|
||||||
testCompile "junit:junit:4.10"
|
testCompile "junit:junit:4.10"
|
||||||
testCompile "org.assertj:assertj-core:1.7.0"
|
testCompile "org.assertj:assertj-core:1.7.0"
|
||||||
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
|
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
||||||
testCompile "org.robolectric:robolectric:3.3.2"
|
testCompile "org.robolectric:robolectric:3.3.2"
|
||||||
testCompile 'org.robolectric:shadows-multidex:3.3.2'
|
testCompile 'org.robolectric:shadows-multidex:3.3.2'
|
||||||
testCompile "org.robolectric:shadows-support-v4:3.3.2"
|
testCompile "org.robolectric:shadows-support-v4:3.3.2"
|
||||||
|
|
@ -136,8 +136,8 @@ dependencies {
|
||||||
testCompile 'org.powermock:powermock-module-junit4:1.7.0'
|
testCompile 'org.powermock:powermock-module-junit4:1.7.0'
|
||||||
|
|
||||||
//Leak Detection
|
//Leak Detection
|
||||||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
|
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
|
||||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
|
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
||||||
|
|
||||||
//Push Notifications
|
//Push Notifications
|
||||||
compile 'com.google.firebase:firebase-core:10.2.0'
|
compile 'com.google.firebase:firebase-core:10.2.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue