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
This commit is contained in:
Pascal Hartig
2018-07-04 10:11:45 -07:00
committed by Facebook Github Bot
parent 3dcf7722bb
commit c4696303fc
2 changed files with 2 additions and 6 deletions

View File

@@ -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. 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 { repositories {
jcenter() jcenter()
} }
dependencies { dependencies {
debugImplementation 'com.facebook.sonar:sonar:0.0.9' debugImplementation 'com.facebook.sonar:sonar:0.0.10'
} }
``` ```

View File

@@ -1,5 +1,5 @@
# POM publishing constants # POM publishing constants
VERSION_NAME=0.0.9 VERSION_NAME=0.0.10
GROUP=com.facebook.sonar GROUP=com.facebook.sonar
POM_URL=https://github.com/facebook/sonar POM_URL=https://github.com/facebook/sonar
POM_SCM_URL=https://github.com/facebook/sonar.git POM_SCM_URL=https://github.com/facebook/sonar.git