pusher / pusher-websocket-android

Library built on top of pusher-websocket-java for Android. Want Push Notifications? Check out Pusher Beams!
MIT License
36 stars 12 forks source link

Please remove guava #16

Closed carlonzo closed 7 years ago

carlonzo commented 8 years ago

I dont want to add guava to the list of dependencies. guava-retrying is adding guava and findbugs. Can you please avoid using it?

Rhysjc commented 8 years ago

I second this, Guava is adding almost 15k methods to my project, and has forced me to turn on multidex.

zmarkan commented 8 years ago

I've taken Guava out - will be sorted in the next release: https://github.com/pusher/pusher-websocket-android/pull/19

Rhysjc commented 7 years ago

Great news, thanks @zmarkan. Any news on when this release will be out?

zmarkan commented 7 years ago

Should be either tonight or early next week.

zmarkan commented 7 years ago

I just pushed to maven central, the version 0.4.0 of the lib should be available in a matter of hours.