Migration 2.24.x to 2.25.x version
This document is intended to highlight the main changes from the previous 2.24.x version and the 2.25.x version. Read it carefully to address with some breaking changes introduced in this new version.
Breaking changes
Dependency reorganization
Some internal/external dependencies have been reorganizated, so you have to add the following dependencies to your module build.gradle
:
implementation(name:'cameraviewplus-0.9.8.11', ext:'aar')
implementation(name:'mobbscan-detector-2.21.22', ext:'aar')
Please, ensure you add these libraries, otherwise you will get runtime errors.
Deprecated methods
The following methods/functions have been tagged as deprecated
.
MobbScanVideoDetectionResultData#getScore()
:- This method is no longer acceptable and it will be deleted in future versions. Use
MobbScanVideoDetectionResultData#getMatchingScore()
instead.
- This method is no longer acceptable and it will be deleted in future versions. Use