Installation
On Android Studio you can add MBurger dependency using gradle via Maven.
First add this line to your project build.gradle
file under allprojects{repositories{
Then you just need to add the dependency for MBurger on your app build.gradle file:
This one if you want to use the Kotlin version of the SDK (recommended):
If you want you can also download or clone the repo, you will find a MBurger
directory, which contains the client SDK to use MBurger.
You can also import MBurger
library inside your Android Studio project and include it adding to your settings.gradle
file, then import into your app adding to your app module build.gradle
file
Be aware that MBurger SDK implements:
Also this SDK requires AndroidX support as well as minimum SDK 4.2 (API 17).
Last updated