diff --git a/docs/getting-started.md b/docs/getting-started.md index 368daf9c6..1f9d437aa 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -38,7 +38,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.sonar:sonar:0.6.13' + debugImplementation 'com.facebook.flipper:flipper:0.6.16' } ```