An Android wrapper of Megvii-LicenseManager SDK (the mobile SDK).
This sdk is used for online authentication.
Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.github.FacePlusPlus:MegviiLicMgr-Android-SDK:0.3.0'
}
版本号: 0.3.0 (此版本SDK适用于 Megvii-LicenseManager 0.3.0)
Version: 0.3.0 (This version is compatible to Megvii-LicenseManager 0.3.0)