> For the complete documentation index, see [llms.txt](https://docs.mpush.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mpush.cloud/android-sdk/setup.md).

# 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:

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

Then add to your dependencies:

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