fbjni 0.0.4 (#1428)

Summary:
Just released a new version.

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

Test Plan:
`./gradlew :android:installDebug`

However, I'm tethering right now and this is taking ages so I haven't
been able to complete this.

Reviewed By: mweststrate

Differential Revision: D23295098

Pulled By: passy

fbshipit-source-id: aa53fa1c47f0b02d2c8b9f12d66b1c600a37075b
This commit is contained in:
Pascal Hartig
2020-08-27 03:42:48 -07:00
committed by Facebook GitHub Bot
parent 7632d8acf6
commit 97adea5423

View File

@@ -59,9 +59,9 @@ android {
dependencies {
compileOnly deps.proguardAnnotations
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 'com.facebook.fbjni:fbjni:0.0.4'
extractHeaders 'com.facebook.fbjni:fbjni:0.0.4:headers'
extractJNI 'com.facebook.fbjni:fbjni:0.0.4'
implementation deps.soloader
implementation deps.jsr305
implementation deps.supportAppCompat