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

Java-WebSocket new version not available for gradle #450

Closed
5hivams opened this issue Apr 3, 2017 · 4 comments
Closed

Java-WebSocket new version not available for gradle #450

5hivams opened this issue Apr 3, 2017 · 4 comments

Comments

@5hivams
Copy link

5hivams commented Apr 3, 2017

Hello there
How we can implement latest java-websocket version 1.3.2 ?
old version 1.3.0 have bugs and You mentioned latest gradle implementation here: https://clojars.org/org.java-websocket/java-websocket
but this latest version is not implementing in gradle.

@marci4
Copy link
Collaborator

marci4 commented Apr 3, 2017

Hello @5hivams ,

the way to resolve your issue is just to use a custom maven repository .

Add the following lines to your repositories list
maven { url "http://clojars.org/repo" }

The result may look like this

repositories { mavenCentral() maven { url "http://clojars.org/repo" } }

Then you can just use the clojars repository.

Greetings
marci4

@5hivams
Copy link
Author

5hivams commented Apr 3, 2017

Thanks @marci4 I tried same even tried with https://clojars.org/repo but nothing working.

@marci4
Copy link
Collaborator

marci4 commented Apr 3, 2017

Hey @5hivams

you also added the compile dependency?
compile "org.java-websocket:java-websocket:1.3.2"

Working for me :(

Greetings
marci4

@5hivams
Copy link
Author

5hivams commented Apr 3, 2017

Yes that's already added. But issues resolved by cleaning cache of android studio and restarted. Everything working fine now.
Thanks for your response.

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