Summary:
Version bump for the Android release. Mostly for soloader upgrade.
Pull Request resolved: https://github.com/facebook/Sonar/pull/160

Reviewed By: priteshrnandgaonkar

Differential Revision: D8892812

Pulled By: passy

fbshipit-source-id: 1942366838625d4703b7623533e115ae19fda2ca
This commit is contained in:
Pascal Hartig
2018-07-18 09:01:13 -07:00
committed by Facebook Github Bot
parent 9e7c2b6982
commit b28e96624d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,5 +1,5 @@
# POM publishing constants # POM publishing constants
VERSION_NAME=0.6.11 VERSION_NAME=0.6.12
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