Skip to content

FacePlusPlus/MegviiLicMgr-Android-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

MegviiLicMgr-Android-SDK

An Android wrapper of Megvii-LicenseManager SDK (the mobile SDK).

This sdk is used for online authentication.

How to use

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)

Learn more