Migration to 2.22.x version
This document is intended to highlight the main changes introduced in 2.22.x version. For more information, please refer to the javadoc included in the SDK distribution file.
Deprecated OFFLINE mode
OFFLINE mode have been deprecated. Remove all the offline resources libraries from the app build.gradle:
implementation(name: 'mobbscan-offline-resources-[xxx]', version: 'X.Y.Z', ext: 'aar')
Please, ensure you also remove these libraries from the lib
directory.
Benefits of removing OFFLINE mode
You can save up to 35Mb by upgrading the SDK to v2.22.0 or higher. We encourage all our clients to upgrade MobbScan SDK as soon as possible to reduce the size of the final release.
Updated libraries
EventBus
EventBus has been upgraded from v2.4.0 to v3.3.1.
implementation 'org.greenrobot:eventbus:3.3.1'