Update Maven reference

Summary: We're now on JCenter with the new package name.

Reviewed By: danielbuechele

Differential Revision: D9195254

fbshipit-source-id: 948f1abe557746de349cd4138fa98658e43184d0
This commit is contained in:
Pascal Hartig
2018-08-07 06:55:10 -07:00
committed by Facebook Github Bot
parent 75af6b3c72
commit 565d9e964c

View File

@@ -38,7 +38,7 @@ repositories {
} }
dependencies { dependencies {
debugImplementation 'com.facebook.sonar:sonar:0.6.13' debugImplementation 'com.facebook.flipper:flipper:0.6.16'
} }
``` ```