Upgrade to fbjni 0.2.0 (#557)

Summary:
This is now published to Maven Central and doesn't require a
separate repository.
Pull Request resolved: https://github.com/facebook/flipper/pull/557

Test Plan: CI

Reviewed By: danielbuechele

Differential Revision: D17526448

Pulled By: passy

fbshipit-source-id: 169b5bc5f6568d40697e5e48a9873f8a64bd5e00
This commit is contained in:
Pascal Hartig
2019-09-23 08:12:40 -07:00
committed by Facebook Github Bot
parent bd0435f856
commit 8c519abc7e
2 changed files with 3 additions and 8 deletions

View File

@@ -57,9 +57,9 @@ android {
dependencies { dependencies {
compileOnly deps.proguardAnnotations compileOnly deps.proguardAnnotations
implementation 'com.facebook.fbjni:fbjni:0.0.1' implementation 'com.facebook.fbjni:fbjni:0.0.2'
extractHeaders 'com.facebook.fbjni:fbjni:0.0.1:headers' extractHeaders 'com.facebook.fbjni:fbjni:0.0.2:headers'
extractJNI 'com.facebook.fbjni:fbjni:0.0.1' extractJNI 'com.facebook.fbjni:fbjni:0.0.2'
implementation deps.soloader implementation deps.soloader
implementation deps.jsr305 implementation deps.jsr305
implementation deps.supportAppCompat implementation deps.supportAppCompat

View File

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