Quellcode durchsuchen

Update 安卓活体核身接入文档.md

pull/1/head
周雪成 vor 4 Jahren
Ursprung
Commit
4806506515
1 geänderte Dateien mit 1 neuen und 4 gelöschten Zeilen
  1. 1
    4
      AI/安卓活体核身接入文档.md

+ 1
- 4
AI/安卓活体核身接入文档.md Datei anzeigen

@@ -31,10 +31,7 @@ dependencies {
31 31
     implementation 'com.alibaba:fastjson:1.2.73'
32 32
     // okHttp依赖
33 33
     implementation 'com.squareup.okhttp3:okhttp:4.0.0'
34
-    // 加入sl4j安卓包,保证jar包里的日志可以正常打印
35
-    implementation 'org.slf4j:slf4j-api:1.7.30
36
-    implementation 'uk.uuid.slf4j:slf4j-android:1.7.30-0'
37
-    // cepm_common.aar
34
+    // 公共aar
38 35
     implementation(name: 'cepm_common', ext: 'aar')
39 36
     // 活体核身
40 37
     implementation(name: 'faceidsdk', ext: 'aar')

Laden…
Abbrechen
Speichern