Update robolectric to 3.3.2

master
cpfeiffer 2017-04-08 23:42:29 +02:00
parent 4519f35ff1
commit 39c7c1aae3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ dependencies {
// testCompile 'ch.qos.logback:logback-core:1.1.3'
testCompile 'junit:junit:4.12'
testCompile "org.mockito:mockito-core:1.9.5"
testCompile "org.robolectric:robolectric:3.2.2"
testCompile "org.robolectric:robolectric:3.3.2"
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.1'