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

maven url forbidden #527

Closed
hgvansh opened this issue Jul 9, 2021 · 10 comments
Closed

maven url forbidden #527

hgvansh opened this issue Jul 9, 2021 · 10 comments

Comments

@hgvansh
Copy link

hgvansh commented Jul 9, 2021

Please post usage questions or broader discussions on StackOverflow.


image

For feature requests, please fill out the feature request template


For bug reports, please fill out the bug report issue template

@z3eshan
Copy link

z3eshan commented Jul 9, 2021

Having same issue
Screenshot 2021-07-09 at 12 52 54 PM

@bishoymakkar
Copy link

bishoymakkar commented Jul 12, 2021

SAME ISSUE
image

@theocikos
Copy link

theocikos commented Jul 13, 2021

Same issue after jcenter shutdown. As you state in the README configuration the maven url http://tokbox.bintray.com/maven is not longer support. Have you migrated to another repo? Can you please provide us with a new maven url?

@Playfrog4u
Copy link

https://support.tokbox.com/hc/en-us/articles/360059402811-Android-SDK-available-through-maven-central
Found this, looks like they did move to maven central but documentation hasn't been updated yet.
Latest version I didn't have to add the maven portion

@thekundankamal
Copy link

Still facing issue anyone get the success to resolve the issue.

@Iskander508
Copy link

For me it works when changing from:
maven { url 'http://tokbox.bintray.com/maven' }
to:
mavenCentral()

@theocikos
Copy link

In my case i was using the 0.13version and i updated to 0.17.2(not to the latest because they bumbed the ios sdk). It seems that on that version they don't depend on bintray.

@enricop89
Copy link
Contributor

Hi, thanks for filling the issue. Yes, we removed the bintray because of https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

This is how we solved in the sample app: https://github.com/opentok/opentok-react-native-samples/blob/main/BasicVideoChat/android/build.gradle#L31

@enricop89
Copy link
Contributor

I updated the sample app removing jCenter dependencies and adding mavenCentral. You can find here a working example.

I am going to close the issue

@Molecule666
Copy link

For me it works when changing from:
maven { url 'http://tokbox.bintray.com/maven' }
to:
mavenCentral()

simple awesome. tanks.

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

9 participants