Installation
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:android_kt:0.5.5'
Lastly add
MBMessages
library:implementation 'mumble.mburger:mbmessages-android:0.4.15'
Last modified 3yr ago