Skip to content

Commit

Permalink
'compile' replaced with 'implementation'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirc authored Jan 21, 2019
1 parent 771ddc7 commit 036015a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
Add the ARCore-Location dependency. Replace `1.0.6` with the latest release from the [releases tab on Github](https://github.com/appoly/ARCore-Location/releases)
```
dependencies {
compile 'com.github.appoly:ARCore-Location:1.0.6'
implementation 'com.github.appoly:ARCore-Location:1.0.6'
}
```

Expand Down Expand Up @@ -137,4 +137,4 @@ Mobile phone compasses only have an accuracy of about 15 degrees, even when cali
We'd love your help in making this library better. Pull requests with new features and bug fixes are welcome.

### Apps built with ARCore-Location
[Where's my cAR?](https://play.google.com/store/apps/details?id=uk.co.appoly.wheres_my_car) - Appoly
[Where's my cAR?](https://play.google.com/store/apps/details?id=uk.co.appoly.wheres_my_car) - Appoly

0 comments on commit 036015a

Please sign in to comment.