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
This commit is contained in:
committed by
Facebook Github Bot
parent
3dcf7722bb
commit
c4696303fc
@@ -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'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user