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
Add a header
X-Pusher-Library
that adds the name of the library along with the version number.I also removed the
versionName
andversionCode
fromdefaultConfig
inbuild.gradle
because these values override the values ingradle.properties
when accessing theVERSION_NAME
usingBuildConfig
@jpatel531