From 4fbc327a91925d2dec6ea6f29419d2e56b976c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 17 Jun 2016 15:49:16 +0100 Subject: [PATCH] Bump robolectric to 3.1 now that it's out And remove the now unnecessary -rc justification comment. --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 594fdb552..ebe62ac1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,8 +41,7 @@ dependencies { testCompile 'junit:junit:4.12' - // 3.1-rc1 is required because it is the first to implements API v23. - testCompile "org.robolectric:robolectric:3.1-rc1" + testCompile "org.robolectric:robolectric:3.1" testCompile "org.mockito:mockito-core:1.10.19"