From 9257edd92e2ae5ab72b6eb438a70f3efff1aba22 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 5 Nov 2017 20:43:09 +0100 Subject: [PATCH] updating Robolectric --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d8fa272f..ca4b1f60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" 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.test:runner:0.5'