Update getting started reference (#118)

Summary:
Mention latest published version `0.0.8`.
Closes https://github.com/facebook/Sonar/pull/118

Reviewed By: priteshrnandgaonkar

Differential Revision: D8694476

Pulled By: passy

fbshipit-source-id: 7fc536dde44313eff09a64611d4c942d4f52fa1f
This commit is contained in:
Pascal Hartig
2018-07-02 02:24:18 -07:00
committed by Facebook Github Bot
parent cc3a784538
commit e11a587426

View File

@@ -25,7 +25,7 @@ Once you start Sonar and launch an emulator/simulator or connect a device, you w
Sonar is distributed via JCenter. Add dependencies to your `build.gradle` file.
> Note: There are some problems with our current Android release. Check out [the
> Note: If you run into issues building the Android integration, check out [the
> tracking Github issue](https://github.com/facebook/Sonar/issues/21) for
> work-arounds while we're working on a solution.
@@ -35,7 +35,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.sonar:sonar:0.0.1'
debugImplementation 'com.facebook.sonar:sonar:0.0.8'
}
```