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,7 +12,7 @@ you can hook up the diagnostics Activity to help you troubleshoot connection iss
|
|||||||
|
|
||||||
## Dependencies
|
## 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)
|
You should also explicitly depend on [`soloader`](https://github.com/facebook/soloader)
|
||||||
instead of relying on transitive dependency resolution which is getting deprecated
|
instead of relying on transitive dependency resolution which is getting deprecated
|
||||||
with Gradle 5.
|
with Gradle 5.
|
||||||
@@ -22,7 +22,7 @@ use to make it easier to strip Flipper from your release builds.
|
|||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
@@ -12,14 +12,14 @@ This should only be necessary if you have an existing app that cannot be upgrade
|
|||||||
|
|
||||||
## Dependencies
|
## 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)
|
You should also explicitly depend on [`soloader`](https://github.com/facebook/soloader)
|
||||||
instead of relying on transitive dependency resolution which is getting deprecated
|
instead of relying on transitive dependency resolution which is getting deprecated
|
||||||
with Gradle 5.
|
with Gradle 5.
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user