💡
MPush
  • 💡MPush Documentation 💡
  • 🔑 API
    • Introduction
    • Authentication
    • Send Notifications
    • Topics
  • 🍏 iOS SDK
    • Introduction
    • Installation
    • Add Push Notification to your app
    • Integrate MPush
    • Rich Notifications
  • 📱 Android SDK
    • Introduction
    • Setup
    • Register a device
    • Subscribe to topics
  • 🔷Flutter SDK
    • Introduction
    • Installation
    • Android Setup
    • iOS Setup
      • Rich Notifications
      • Custom replacements
    • Flutter Setup
    • Request a token
    • Register to topics
    • Launch notification
Powered by GitBook
On this page

Was this helpful?

  1. Android SDK

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'
PreviousIntroductionNextRegister a device

Last updated 4 years ago

Was this helpful?

📱