Adding SDK to a Project
Add the following URL to the build.gradle
of the project:
Add this to the build.gradle
of the module (VERSION is the version you need to implement. Please refer to Changelog):
for the server-based version only
Please note: this is the default version.
for both server-based and on-device versions
Please note: the resulting file will be larger.
Also, regardless of the mode chosen, add:
Last updated