Summary:
Depends on #149.

Version bump for Android to bring it in line with the top-level version.
Pull Request resolved: https://github.com/facebook/Sonar/pull/150

Reviewed By: priteshrnandgaonkar

Differential Revision: D8804324

Pulled By: passy

fbshipit-source-id: 6c796f34cf064f117b6195b3c88d9b5c100f8dbb
This commit is contained in:
Pascal Hartig
2018-07-11 09:30:59 -07:00
committed by Facebook Github Bot
parent c7de8b8d37
commit 81e1b89b40
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.sonar:sonar:0.0.10'
debugImplementation 'com.facebook.sonar:sonar:0.6.11'
}
```