Skip to content

Commit 425dc5a

Browse files
committed
readme
1 parent 0c3a4e5 commit 425dc5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ allprojects {
2828
```
2929

3030
#### Step 2.
31-
Add the ARCore-Location dependency. Replace `1.0.0` with the latest release from the [releases tab on Github](https://github.com/appoly/ARCore-Location/releases)
31+
Add the ARCore-Location dependency. Replace `1.0.2` with the latest release from the [releases tab on Github](https://github.com/appoly/ARCore-Location/releases)
3232
```
3333
dependencies {
34-
compile 'com.github.appoly:ARCore-Location:1.0.0'
34+
compile 'com.github.appoly:ARCore-Location:1.0.2'
3535
}
3636
```
3737

examples/sceneform/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation "com.android.support:appcompat-v7:27.1.0"
5757
implementation "com.android.support:design:27.1.0"
5858
//implementation 'uk.co.appoly.arcorelocation:arcore-location-debug@aar'
59-
implementation 'com.github.appoly:ARCore-Location:1.0.1'
59+
implementation 'com.github.appoly:ARCore-Location:1.0.2'
6060
}
6161

6262
repositories {

0 commit comments

Comments
 (0)