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?
Gradle complains of an update when set to 0.0.4
And fails when updated to 0.0.5
I'm assuming this is because the JitPack build was unsuccessful with the following error
Do we just need to upgrade the facebook-android-sdk to a high version to fix?