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:
committed by
Facebook GitHub Bot
parent
c1b43f44b0
commit
af9475bca1
@@ -12,14 +12,14 @@ This should only be necessary if you have an existing app that cannot be upgrade
|
||||
|
||||
## 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.
|
||||
|
||||
```groovy
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user