Installation
maven { url "https://dl.bintray.com/mumbleideas/MBurger-Android/" }implementation 'mumble.mburger:android_kt:0.5.11'implementation project(':mburger_kt')//In order to support some components on older Android versions
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
//For installing https certificates on older Android versions
implementation 'com.google.android.gms:play-services-base:17.3.0'
//For Admin API support
implementation 'com.squareup.okhttp3:okhttp:3.14.0'Last updated