Skip to content

Commit 2fb5da2

Browse files
committed
Bump version to 3.1.4.
1 parent e6c99f5 commit 2fb5da2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you'd like to start a new project with Robolectric tests you can refer to `de
3737
### Gradle
3838

3939
```groovy
40-
testCompile "org.robolectric:robolectric:3.1.1"
40+
testCompile "org.robolectric:robolectric:3.1.4"
4141
```
4242

4343
### Maven
@@ -46,7 +46,7 @@ testCompile "org.robolectric:robolectric:3.1.1"
4646
<dependency>
4747
<groupId>org.robolectric</groupId>
4848
<artifactId>robolectric</artifactId>
49-
<version>3.1.1</version>
49+
<version>3.1.4</version>
5050
<scope>test</scope>
5151
</dependency>
5252
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ allprojects {
55
}
66

77
group = "org.robolectric"
8-
version = "3.2-SNAPSHOT"
8+
version = "3.1.4"
99

1010
apply plugin: "java"
1111
sourceCompatibility = JavaVersion.VERSION_1_7

0 commit comments

Comments
 (0)