Setup

If you have the MBurger Android SDK already installed on your project, you also have MPush, if you wish to add it without MBurger you can get the library via Maven adding to your top build.gradle file this repository:

maven { 
    url "https://dl.bintray.com/mumbleideas/MBurger-Android/" 
}

Then add to your dependencies:

implementation 'mumble.mburger:mpush-android:1.1.7'

Last updated