Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.5 Fails on Gradle, *Jitpack build broken* #162

Open
mrmarcsmith opened this issue Sep 20, 2019 · 2 comments
Open

0.0.5 Fails on Gradle, *Jitpack build broken* #162

mrmarcsmith opened this issue Sep 20, 2019 · 2 comments

Comments

@mrmarcsmith
Copy link

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?

@hbreumelhof
Copy link

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.

@mrmarcsmith
Copy link
Author

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants