Parse-SDK-Android icon indicating copy to clipboard operation
Parse-SDK-Android copied to clipboard

Could not find com.github.parse-community.Parse-SDK-Android:bolts-tasks:4.2.0

Open chriscborg opened this issue 1 year ago • 11 comments

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.

Could not find com.github.parse-community.Parse-SDK-Android:bolts-tasks:4.2.0.
Required by:
    project :foundation
    project :foundation > com.github.parse-community.Parse-SDK-Android:parse:4.2.0

Steps to reproduce

Change version in gradle.build files to 4.2.0

Actual Outcome

Could not find com.github.parse-community.Parse-SDK-Android:bolts-tasks:4.2.0.
Required by:
    project :foundation
    project :foundation > com.github.parse-community.Parse-SDK-Android:parse:4.2.0

Expected Outcome

It is expected to compile and run.

Environment

Parse version 4.2.0

Parse Android SDK

  • SDK version: 4.2.0
  • Operating system version: macOS 13.2.1

Server

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

chriscborg avatar Mar 13 '23 05:03 chriscborg