Skip to content

Commit ff6667b

Browse files
committed
readme
1 parent 7a55e48 commit ff6667b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.2` 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.3` 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.2'
34+
compile 'com.github.appoly:ARCore-Location:1.0.3'
3535
}
3636
```
3737

0 commit comments

Comments
 (0)