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

Cannot update to latest Android SDK version 2.0.0 #1124

Closed
4 tasks done
azlekov opened this issue Oct 13, 2021 · 11 comments · Fixed by #1128
Closed
4 tasks done

Cannot update to latest Android SDK version 2.0.0 #1124

azlekov opened this issue Oct 13, 2021 · 11 comments · Fixed by #1128
Labels
state:released Released as stable version

Comments

@azlekov
Copy link
Contributor

azlekov commented Oct 13, 2021

New Issue Checklist

Issue Description

Could not find com.github.parse-community.Parse-SDK-Android:parse:2.0.0.

Steps to reproduce

Update the SDK version of the Android to 2.0.0

Actual Outcome

Cannot fetch the artefacts

Expected Outcome

To be able to fetch the artefacts

Environment

Parse Android SDK

  • SDK version: 2.0.0
  • Operating system version: macOS

Server

  • Parse Server version: latest
  • Operating system: macOS
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): local

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 4
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): latest

Logs

Execution failed for task ':admin:mergeDebugNativeLibs'.
> Could not resolve all files for configuration ':admin:debugRuntimeClasspath'.
   > Could not find com.github.parse-community.Parse-SDK-Android:parse:2.0.0.
     Required by:
         project :admin > project :shared
   > Could not find com.github.parse-community.Parse-SDK-Android:coroutines:2.0.0.
     Required by:
         project :admin > project :shared
   > Could not find com.github.parse-community.Parse-SDK-Android:ktx:2.0.0.
     Required by:
         project :admin > project :shared
   > Could not find com.github.parse-community.Parse-SDK-Android:fcm:2.0.0.
     Required by:
         project :admin > project :shared
@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@azlekov
Copy link
Contributor Author

azlekov commented Oct 13, 2021

@mtrezza just tried out getting the new version on my project and I cannot proceed with it. I believe the issue is that the release to Jitpack is not complete. I think the changes introduced in #1122 can actually complete the Jitpack release setup.
The steps to setup multi module project to Jitpack can be found here: https://jitpack.io/docs/ANDROID/

@mtrezza
Copy link
Member

mtrezza commented Oct 13, 2021

Strange, it is there though:

https://jitpack.io/#Parse-community/Parse-sdk-android

Can you try again?

@azlekov
Copy link
Contributor Author

azlekov commented Oct 13, 2021

I tried. I think only bolts module is published to:

implementation 'com.github.Parse-community:Parse-sdk-android:2.0.0'

But without all other modules, looking the the Jitpack guide, #1122 should address and fix this.

@mtrezza
Copy link
Member

mtrezza commented Oct 13, 2021

Ok, I am surprised this is a new issue, or did a previous PR change anything in this regard by mistake? Anyway; I'll take a look at the PR

@mtrezza
Copy link
Member

mtrezza commented Oct 13, 2021

If the 2.0 SDK is currently really not downloadable, should we take what's necessary from #1122 and fix this issue separately?

@azlekov
Copy link
Contributor Author

azlekov commented Oct 14, 2021

@mtrezza do you want me to take care of it? The new PR will overlap a lot with the existing #1122

@mtrezza
Copy link
Member

mtrezza commented Oct 14, 2021

Yes please, that would be fantastic. I would consider not being able to download the SDK a priority issue. Unless you have write access on #1122, then you could just modify it to get it ready for merge.

@parseplatformorg
Copy link

🎉 This pull request has been released in version 2.0.1

@parseplatformorg parseplatformorg added the state:released Released as stable version label Oct 14, 2021
@parseplatformorg
Copy link

🎉 This pull request has been released in version 2.0.1

1 similar comment
@parseplatformorg
Copy link

🎉 This pull request has been released in version 2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants