ParseUI-Android
ParseUI-Android copied to clipboard
0.0.5 Fails on Gradle, *Jitpack build broken*
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?
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.
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'