Update mockito

pull/73/head
Alex Baker 11 years ago
parent 32309bb88b
commit 574f687f46

@ -97,9 +97,9 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.10'
testCompile group: 'org.robolectric', name: 'robolectric', version: '2.3-SNAPSHOT'
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.0'
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
// hack to get android studio to import libraries
instrumentTestCompile group: 'junit', name: 'junit', version: '4.10', transitive: false
instrumentTestCompile group: 'org.robolectric', name: 'robolectric', version: '2.3-SNAPSHOT', transitive: false
instrumentTestCompile group: 'org.mockito', name: 'mockito-core', version: '1.9.0', transitive: false
instrumentTestCompile group: 'org.mockito', name: 'mockito-core', version: '1.9.5', transitive: false
}

Loading…
Cancel
Save