diff --git a/docs/getting-started.md b/docs/getting-started.md index 624d2c3fd..3c2db0975 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -25,17 +25,13 @@ 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: 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. - ``` repositories { jcenter() } dependencies { - debugImplementation 'com.facebook.sonar:sonar:0.0.9' + debugImplementation 'com.facebook.sonar:sonar:0.0.10' } ``` diff --git a/gradle.properties b/gradle.properties index d9e57788f..8628178ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.0.9 +VERSION_NAME=0.0.10 GROUP=com.facebook.sonar POM_URL=https://github.com/facebook/sonar POM_SCM_URL=https://github.com/facebook/sonar.git