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

Commit 6a07602

Browse files
committed
Release Version 2.1.1
1 parent 6e9c600 commit 6a07602

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

7373
```groovy
7474
dependencies {
75-
compile 'com.firebase:geofire-android:2.1.0'
75+
compile 'com.firebase:geofire-android:2.1.1'
7676
}
7777
```
7878

7979
For non-Android Java applications:
8080

8181
```groovy
8282
dependencies {
83-
compile 'com.firebase:geofire-java:2.1.0'
83+
compile 'com.firebase:geofire-java:2.1.1'
8484
}
8585
8686
```
@@ -95,7 +95,7 @@ For Android applications:
9595
<dependency>
9696
<groupId>com.firebase</groupId>
9797
<artifactId>geofire-android</artifactId>
98-
<version>2.1.0</version>
98+
<version>2.1.1</version>
9999
</dependency>
100100
```
101101

@@ -105,7 +105,7 @@ For non-Android Java applications:
105105
<dependency>
106106
<groupId>com.firebase</groupId>
107107
<artifactId>geofire-java</artifactId>
108-
<version>2.1.0</version>
108+
<version>2.1.1</version>
109109
</dependency>
110110
```
111111

0 commit comments

Comments
 (0)