# Installation

#### Installation with gradle

This plugin only works with the latest Kotlin version of MBurger Client SDK so make sure to ad Kotlin Android Studio plugin and Kotlin dependencies to your Android project.

Add this repository to your project level `build.gradle` file under `allprojects`:

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

Then add **MBurger Kotlin** dependency to your `app build.gradle` file:

```
implementation 'mumble.mburger:mbautomation-android:0.3.0'
```

Lastly add `MBAudience` and `MBMessages` library:

```
implementation 'mumble.mburger:mbmessages-android:0.4.15'
implementation 'mumble.mburger:mbaudience-android:0.3.0'
```
