Bump robolectric to 3.1 now that it's out

And remove the now unnecessary -rc justification comment.
This commit is contained in:
Daniel Martí 2016-06-17 15:49:16 +01:00
parent 3d59f4f192
commit 4fbc327a91

View File

@ -41,8 +41,7 @@ dependencies {
testCompile 'junit:junit:4.12' 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"
testCompile "org.robolectric:robolectric:3.1-rc1"
testCompile "org.mockito:mockito-core:1.10.19" testCompile "org.mockito:mockito-core:1.10.19"