Summary:
Bump version.

Depends on #125.
Closes https://github.com/facebook/Sonar/pull/126

Reviewed By: danielbuechele

Differential Revision: D8731964

Pulled By: priteshrnandgaonkar

fbshipit-source-id: cac1100208435c2830a572d8a2a318f4c87516ec
This commit is contained in:
Pascal Hartig
2018-07-04 10:11:41 -07:00
committed by Facebook Github Bot
parent c3286b7f85
commit ce33859d2d
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ repositories {
} }
dependencies { dependencies {
debugImplementation 'com.facebook.sonar:sonar:0.0.8' debugImplementation 'com.facebook.sonar:sonar:0.0.9'
} }
``` ```

View File

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