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

Build fails due to a dependency on bintray #1864

Closed
Grandolf49 opened this issue Mar 18, 2022 · 0 comments · Fixed by #1866
Closed

Build fails due to a dependency on bintray #1864

Grandolf49 opened this issue Mar 18, 2022 · 0 comments · Fixed by #1866

Comments

@Grandolf49
Copy link
Collaborator

Summary

As of May 1st, 2021, Bintray is no longer in service. Refer this article. Since one of the libraries in the project depend on Bintray (refer this) the build is throwing the following error

Could not GET 'http://dl.bintray.com/amulyakhare/maven/androidx/navigation/navigation-runtime/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
Disable Gradle 'offline mode' and sync project

Steps to reproduce

Open the project in the latest version of Android Studio and build the application.

Expected behavior

After cloning, the app should build successfully without any issues

Screenshots

Screenshot 2022-03-18 at 10 01 40

Resolution

Some contributors have forked and published the library to a different distribution service. Refer this.
Import the library from any such source

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

Successfully merging a pull request may close this issue.

1 participant