Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 6fb1f39

Browse files
authored
Version 2.3.1
1 parent bfcb823 commit 6fb1f39

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ For Android applications:
7474

7575
```groovy
7676
dependencies {
77-
compile 'com.firebase:geofire-android:2.3.0'
77+
compile 'com.firebase:geofire-android:2.3.1'
7878
}
7979
```
8080

8181
For non-Android Java applications:
8282

8383
```groovy
8484
dependencies {
85-
compile 'com.firebase:geofire-java:2.3.0'
85+
compile 'com.firebase:geofire-java:2.3.1'
8686
}
8787
8888
```
@@ -97,7 +97,7 @@ For Android applications:
9797
<dependency>
9898
<groupId>com.firebase</groupId>
9999
<artifactId>geofire-android</artifactId>
100-
<version>2.3.0</version>
100+
<version>2.3.1</version>
101101
</dependency>
102102
```
103103

@@ -107,7 +107,7 @@ For non-Android Java applications:
107107
<dependency>
108108
<groupId>com.firebase</groupId>
109109
<artifactId>geofire-java</artifactId>
110-
<version>2.3.0</version>
110+
<version>2.3.1</version>
111111
</dependency>
112112
```
113113

0 commit comments

Comments
 (0)