google / flexbox-layout

Flexbox for Android
Apache License 2.0
18.25k stars 1.79k forks source link

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 ashrafamin91 closed 3 years ago

ashrafamin91 commented 3 years ago

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 commented 3 years ago

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