Remove vendored copy of fbjni (#530)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/530

Use the pre-release of fbjni instead of our bundled copy. I hope this can be made a little less awkward, but it works for now.

Reviewed By: jknoxville

Differential Revision: D16988077

fbshipit-source-id: 936e414f9b2bf82ccb54b107228d79d01acdbf14
This commit is contained in:
Pascal Hartig
2019-09-03 06:04:16 -07:00
committed by Facebook Github Bot
parent 6f14bb7dfa
commit 4544c4fff1
65 changed files with 54 additions and 8317 deletions

View File

@@ -31,6 +31,11 @@ subprojects {
mavenCentral()
jcenter()
maven {
// TODO: Remove once this is on official JCenter.
url 'https://dl.bintray.com/facebook/maven/'
}
if (isSnapshot()) {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}