From c4696303fc277302f79172b2f6d15dc25557c83b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 4 Jul 2018 10:11:45 -0700 Subject: [PATCH] v0.0.10 (#129) Summary: New release including x86_64 binaries. Depends on #128. Closes #111. Closes https://github.com/facebook/Sonar/pull/129 Reviewed By: danielbuechele Differential Revision: D8723869 Pulled By: priteshrnandgaonkar fbshipit-source-id: f52ce3eaf28e3f18f7099d17647c1650d3fa7c58 --- docs/getting-started.md | 6 +----- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) 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