Skip to content

Commit

Permalink
'compile' replaced with 'implementation' (#80)
Browse files Browse the repository at this point in the history
'compile' replaced with 'implementation'
  • Loading branch information
johnwedgbury authored Apr 25, 2019
2 parents 68b830e + 036015a commit f81902c
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 f81902c

Please sign in to comment.