-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
Could not find com.github.parse-community.Parse-SDK-Android:bolts-tasks:4.2.0 #1189
Comments
Thanks for opening this issue! |
this is detailed here too: https://stackoverflow.com/questions/75711422/could-not-find-bolts-tasks-error-after-upgrading-parse-android-sdk-from-3-0-to/75715884#75715884 will cross reference the open issue - fyi, downgrading to 4.1.0 works as expected |
@mtrezza locally I can publish bolts-tasks to local successfully. Can we check somehow what happened on Jitpack? |
Having the same issue but it just started today. Possibly something with the artifact storage as @azlekov mentioned earlier. Let me know if there's anything I can provide to help with the triage. |
@azlekov No info on jitpack, the only logs I see for 4.2.0 are from the original release date: Are there any more error details? Maybe the issue is due to a gradle upgrade or something? |
From the logs it looks like there is '4.2.0' bolts-tasks artefact. Maybe is something else or the artefact expired somehow? |
That artefact is part of the SDK if I'm not mistaken. It has been added as a module, so it's not an external dependency. |
|
Could it be something with the registry? Could you use a direct GitHub reference for the dependency? |
Not exactly sure what you are asking for. This is on a private project, I also started a brand new project in android studio, using the blank app template and adding the |
Got er figgered FINALLY, so the official Parse documents are wildly out of date. Had to add |
Issue Description
When upgrading from Parse SDK 3.0.0 to 4.2.0, I'm getting the below error even if I clean and invalidate caches. I had to downgrade.
Steps to reproduce
Change version in gradle.build files to 4.2.0
Actual Outcome
Expected Outcome
It is expected to compile and run.
Environment
Parse version 4.2.0
Parse Android SDK
4.2.0
macOS 13.2.1
Server
5.1.1
Heroku
Heroku
The text was updated successfully, but these errors were encountered: