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

mavenCentral() & version 3.0.0 error Could not GET 'http://tokbox.bintray.com/maven/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom' #584

Closed
1 task done
ashrafamin91 opened this issue Jul 13, 2021 · 1 comment

Comments

@ashrafamin91
Copy link

ashrafamin91 commented Jul 13, 2021

Issues and steps to reproduce

  1. Disable jcenter() and used mavenCentral()
  2. Then update to latest flexbox that support mavenCentral()
  3. Sync Gradle
  4. Rebuild Project
  5. Build: failed Could not GET 'http://tokbox.bintray.com/maven/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom'

Expected behavior

Rebuild project without error

Version of the flexbox library

com.google.android.flexbox:flexbox:3.0.0

Link to code

#1
...
// jcenter()
mavenCentral()
...
#2
...
// implementation 'com.google.android:flexbox:1.1.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
...

@thagikura
Copy link
Contributor

The library is now hosted on google maven. Please try with the google maven repository.

@ashrafamin91 ashrafamin91 changed the title Could not GET 'http://tokbox.bintray.com/maven/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom' mavenCentral() & version 3.0.0 error Could not GET 'http://tokbox.bintray.com/maven/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom' Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants