Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern authored Apr 4, 2018
1 parent bfcb823 commit 6fb1f39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ For Android applications:

```groovy
dependencies {
compile 'com.firebase:geofire-android:2.3.0'
compile 'com.firebase:geofire-android:2.3.1'
}
```

For non-Android Java applications:

```groovy
dependencies {
compile 'com.firebase:geofire-java:2.3.0'
compile 'com.firebase:geofire-java:2.3.1'
}
```
Expand All @@ -97,7 +97,7 @@ For Android applications:
<dependency>
<groupId>com.firebase</groupId>
<artifactId>geofire-android</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
```

Expand All @@ -107,7 +107,7 @@ For non-Android Java applications:
<dependency>
<groupId>com.firebase</groupId>
<artifactId>geofire-java</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
```

Expand Down

0 comments on commit 6fb1f39

Please sign in to comment.