Quickstart Android¶
The Android version of the library is made available as a Maven package.
Installation¶
Add the Mobai maven repository to the project level build.gradle file
1 2 3 4 5 6 7 8 | |
Add the Mobai Core library as a dependency in the module level build.gradle file
1 2 3 4 | |