socketio / engine.io-client-java

Engine.IO Client Library for Java
http://socketio.github.io/engine.io-client-java
Other
360 stars 167 forks source link

0.8.0 not available on Maven #68

Closed rafaelekol closed 8 years ago

rafaelekol commented 8 years ago

I tried to update your library in my project form 0.7.0 to 0.8.0. But it gives me error, that it couldn't find it.

compile ('io.socket:socket.io-client:0.8.0') {
        exclude group: 'org.json', module: 'json'
    }
nkzawa commented 8 years ago

It should be released now!