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:
committed by
Facebook Github Bot
parent
bd0435f856
commit
8c519abc7e
@@ -57,9 +57,9 @@ android {
|
||||
|
||||
dependencies {
|
||||
compileOnly deps.proguardAnnotations
|
||||
implementation 'com.facebook.fbjni:fbjni:0.0.1'
|
||||
extractHeaders 'com.facebook.fbjni:fbjni:0.0.1:headers'
|
||||
extractJNI 'com.facebook.fbjni:fbjni:0.0.1'
|
||||
implementation 'com.facebook.fbjni:fbjni:0.0.2'
|
||||
extractHeaders 'com.facebook.fbjni:fbjni:0.0.2:headers'
|
||||
extractJNI 'com.facebook.fbjni:fbjni:0.0.2'
|
||||
implementation deps.soloader
|
||||
implementation deps.jsr305
|
||||
implementation deps.supportAppCompat
|
||||
|
||||
@@ -31,11 +31,6 @@ 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/' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user