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

Commit

Permalink
'compile' is deprecated
Browse files Browse the repository at this point in the history
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
  • Loading branch information
vivekvinodh authored Jul 9, 2019
1 parent 6692467 commit c547611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Add a dependency for GeoFire to your `build.gradle` file:

```groovy
dependencies {
compile 'com.firebase:geofire-java:3.0.0'
implementation 'com.firebase:geofire-java:3.0.0'
}
```
Expand Down

0 comments on commit c547611

Please sign in to comment.