updating Robolectric

This commit is contained in:
tibbi 2017-11-05 20:43:09 +01:00
parent 6bd65b4fb1
commit 9257edd92e

View File

@ -44,7 +44,7 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.3.2' testCompile 'org.robolectric:robolectric:3.5.1'
androidTestCompile 'com.android.support:support-annotations:26.0.2' androidTestCompile 'com.android.support:support-annotations:26.0.2'
androidTestCompile 'com.android.support.test:runner:0.5' androidTestCompile 'com.android.support.test:runner:0.5'