From 1060542f647f1be5bcd866f969049543f2597472 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 27 Jun 2018 08:02:15 -0700 Subject: [PATCH] Add note about current android release issues Summary: Per title Reviewed By: danielbuechele Differential Revision: D8659337 fbshipit-source-id: 3415dfa34b7a4918e9df2abd7f226f62eb63c4d7 --- docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3e5418ec3..e63306dd6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -25,6 +25,10 @@ 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 +> tracking Github issue](https://github.com/facebook/Sonar/issues/21) for +> work-arounds while we're working on a solution. + ``` repositories { jcenter()