Upgrade robolectric to 3.2

This commit is contained in:
Anita Woodruff 2017-01-06 09:37:00 +00:00
parent 0cdc83049e
commit ba35130b41

View file

@ -120,7 +120,7 @@ dependencies {
testCompile "junit:junit:4.10"
testCompile "org.assertj:assertj-core:1.7.0"
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
testCompile "org.robolectric:robolectric:3.2-rc1"
testCompile "org.robolectric:robolectric:3.2"
testCompile 'org.robolectric:shadows-multidex:3.1'
testCompile "org.robolectric:shadows-support-v4:3.1"
testCompile "org.mockito:mockito-core:1.10.19"