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

Report library version and name #9

Closed vivangkumar closed 8 years ago

vivangkumar commented 8 years ago

Add a header X-Pusher-Library that adds the name of the library along with the version number.

I also removed the versionName and versionCode from defaultConfig in build.gradle because these values override the values in gradle.properties when accessing the VERSION_NAME using BuildConfig

@jpatel531