Update JCenter reference in the docs

Summary: Still need to update the actual release doc. That's next.

Reviewed By: mweststrate

Differential Revision: D26399883

fbshipit-source-id: 87c27b254f4def07810a99fd0e1c817b6afb967e
This commit is contained in:
Pascal Hartig
2021-02-12 04:33:35 -08:00
committed by Facebook GitHub Bot
parent c1b43f44b0
commit af9475bca1
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ you can hook up the diagnostics Activity to help you troubleshoot connection iss
## Dependencies
Flipper is distributed via JCenter. Add the dependencies to your `build.gradle` file.
Flipper is distributed via Maven Central. Add the dependencies to your `build.gradle` file.
You should also explicitly depend on [`soloader`](https://github.com/facebook/soloader)
instead of relying on transitive dependency resolution which is getting deprecated
with Gradle 5.
@@ -22,7 +22,7 @@ use to make it easier to strip Flipper from your release builds.
```groovy
repositories {
jcenter()
mavenCentral()
}
dependencies {