From e11a587426d675ca06c6459fb962aec746c9794b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 2 Jul 2018 02:24:18 -0700 Subject: [PATCH] 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 --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } ```