diff --git a/docs/getting-started.md b/docs/getting-started.md index e63306dd6..3a9831f7c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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' } ```