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

Commit

Permalink
Update README.md for version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern authored Nov 1, 2017
1 parent 6750b97 commit 90be5d2
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 @@ -72,15 +72,15 @@ For Android applications:

```groovy
dependencies {
compile 'com.firebase:geofire-android:2.1.2'
compile 'com.firebase:geofire-android:2.1.3'
}
```

For non-Android Java applications:

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

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

Expand Down

0 comments on commit 90be5d2

Please sign in to comment.