Flipper: Gradle cannot resolve fbjni 0.12.0 for Android builds

Created on 26 Nov 2018  路  4Comments  路  Source: facebook/flipper

I get this when I use 0.12.0 Flipper for Android on Gradle sync:
ERROR: Failed to resolve: com.facebook.flipper:fbjni:0.12.0

Desktop app is already at 0.12.0 and I checked Bintray and that version is really not pushed.

Is there a workaround or can it be pushed any time soon?

bug

Most helpful comment

* What went wrong:

Execution failed for task ':bintrayPublish'.

> java.lang.NullPointerException (no error message)

WHY THANKS GRADLE!

I manually published a new artifact. I hope that solves it for you, @bojankoma!

All 4 comments

Our publishing step must have failed. I'll look into it. Thanks for reporting!

* What went wrong:

Execution failed for task ':bintrayPublish'.

> java.lang.NullPointerException (no error message)

WHY THANKS GRADLE!

I manually published a new artifact. I hope that solves it for you, @bojankoma!

Indeed it does help, thanks for looking into it.
I can confirm it's resolved now.

Was this page helpful?
0 / 5 - 0 ratings