We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c99f5 commit 2fb5da2Copy full SHA for 2fb5da2
2 files changed
README.md
@@ -37,7 +37,7 @@ If you'd like to start a new project with Robolectric tests you can refer to `de
37
### Gradle
38
39
```groovy
40
-testCompile "org.robolectric:robolectric:3.1.1"
+testCompile "org.robolectric:robolectric:3.1.4"
41
```
42
43
### Maven
@@ -46,7 +46,7 @@ testCompile "org.robolectric:robolectric:3.1.1"
46
<dependency>
47
<groupId>org.robolectric</groupId>
48
<artifactId>robolectric</artifactId>
49
- <version>3.1.1</version>
+ <version>3.1.4</version>
50
<scope>test</scope>
51
</dependency>
52
build.gradle
@@ -5,7 +5,7 @@ allprojects {
5
}
6
7
group = "org.robolectric"
8
- version = "3.2-SNAPSHOT"
+ version = "3.1.4"
9
10
apply plugin: "java"
11
sourceCompatibility = JavaVersion.VERSION_1_7
0 commit comments