ParseUI-Android icon indicating copy to clipboard operation
ParseUI-Android copied to clipboard

0.0.5 Fails on Gradle, *Jitpack build broken*

Open mrmarcsmith opened this issue 6 years ago • 2 comments

Gradle complains of an update when set to 0.0.4

implementation "com.github.parse-community.ParseUI-Android:widget:0.0.4"

And fails when updated to 0.0.5

implementation "com.github.parse-community.ParseUI-Android:widget:0.0.4"

I'm assuming this is because the JitPack build was unsuccessful with the following error

...
Download https://dl.google.com/dl/android/maven2/android/arch/lifecycle/common/1.1.0/common-1.1.0.pom
Download https://dl.google.com/dl/android/maven2/android/arch/core/runtime/1.1.0/runtime-1.1.0.pom
:login:compileReleaseAidl FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':login:releaseCompileClasspath'.
> Could not determine artifacts for com.facebook.android:facebook-android-sdk:4.34.0: Skipped due to earlier error

Do we just need to upgrade the facebook-android-sdk to a high version to fix?

mrmarcsmith avatar Sep 20 '19 22:09 mrmarcsmith

Is there any update on this issue? I'm trying to build my project and require 0.0.5 but can't build it because of this reason.

hbreumelhof avatar Oct 22 '19 06:10 hbreumelhof

We ended up falling back to the legacy android jitpack that does work. so our grade looks like

implementation 'com.parse:parse-android:1.17.3'
implementation 'com.parse:parseui-widget-android:0.0.2'
implementation 'com.parse:parsefacebookutils-v4-android:1.10.7'
implementation 'com.parse:parsetwitterutils-android:1.10.6'

mrmarcsmith avatar Oct 29 '19 18:10 mrmarcsmith