Use fixed version of mockito

This commit is contained in:
Dominik Schürmann
2015-11-13 14:59:45 +01:00
parent d6a1be825c
commit 4a8a4e37d0

View File

@@ -20,7 +20,7 @@ dependencies {
// http://www.vogella.com/tutorials/Robolectric/article.html
testCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.0'
testCompile 'org.mockito:mockito-core:1.+'
testCompile 'org.mockito:mockito-core:1.10.19'
// UI testing with Espresso
androidTestCompile 'com.android.support.test:runner:0.3'