From 036015a5b60c32ad9ca46afb0f9274a0a8ef5afd Mon Sep 17 00:00:00 2001 From: Dirc Date: Mon, 21 Jan 2019 10:57:25 +0100 Subject: [PATCH] 'compile' replaced with 'implementation' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49a70c0..4aa48f9 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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 \ No newline at end of file +[Where's my cAR?](https://play.google.com/store/apps/details?id=uk.co.appoly.wheres_my_car) - Appoly