Browse Source

:seedling: 上传人脸识别javaApi库

everywindchase 10 months ago
parent
commit
3ac4f1b062
2 changed files with 4 additions and 0 deletions
  1. 4 0
      app/build.gradle
  2. BIN
      app/libs/CWFaceSDK.jar

+ 4 - 0
app/build.gradle

@@ -146,4 +146,8 @@ dependencies {
     // for debug
 //    debugImplementation 'com.localebro:okhttpprofiler:1.0.8'
 
+
+
+    // face
+    implementation fileTree(dir: 'libs', include: ['CWFaceSDK.jar'])
 }

BIN
app/libs/CWFaceSDK.jar