From 5d2bb36113f5a28c73ab4b9d72a1d71c3daea814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1633537611@qq.com> Date: Mon, 27 May 2024 20:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=8B=98=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/native/modules/android/others.md | 24 +++++++++---------- .../android/uni-facialRecognitionVerify.md | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/native/modules/android/others.md b/docs/native/modules/android/others.md index 374e5518..1973a439 100644 --- a/docs/native/modules/android/others.md +++ b/docs/native/modules/android/others.md @@ -1,17 +1,17 @@ ## API与对应的库参照表 -|模块名称 |本地依赖库 |线上依赖库 |最低支持安卓版本 |依赖的模块 | -|:-- |:-- |:-- |:-- |:-- | -|uni-createRequestPermissionListener|uni-createRequestPermissionListener-release.aar |- |- |- | -|uni-createWebviewContext |uni-createWebviewContext-release.aar |- |- |- | -|uni-fileSystemManager |uni-fileSystemManager-release.aar |- |- |- | -|uni-getLocation-system |uni-getLocation-system-release.aar |- |- |- | -|uni-getNetworkType |uni-getNetworkType-release.aar |- |- |- | -|uni-installApk |uni-installApk-release.aar |- |- |- | -|uni-network |uni-network-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | -|uni-websocket |uni-websocket-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | -|uni-cloud-client |uni-cloud-client-release.aar |- |- |uni-media
uni-network | -|uni-media |uni-media-release.aar
nativeobj-preview-release.aar |com.github.bumptech.glide:glide:4.9.0
androidx.recyclerview:recyclerview:1.0.0
androidx.appcompat:appcompat:1.0.0 |- |uni-prompt | +|模块名称 |本地依赖库 |线上依赖库 |最低支持安卓版本 |依赖的模块 | +|:-- |:-- |:-- |:-- |:-- | +|uni-createRequestPermissionListener|uni-createRequestPermissionListener-release.aar |- |- |- | +|uni-createWebviewContext |uni-createWebviewContext-release.aar |- |- |- | +|uni-fileSystemManager |uni-fileSystemManager-release.aar |- |- |- | +|uni-getLocation-system |uni-getLocation-system-release.aar |- |- |- | +|uni-getNetworkType |uni-getNetworkType-release.aar |- |- |- | +|uni-installApk |uni-installApk-release.aar |- |- |- | +|uni-network |uni-network-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | +|uni-websocket |uni-websocket-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | +|uni-cloud-client |uni-cloud-client-release.aar |- |- |uni-media
uni-network | +|uni-media |uni-media-release.aar
nativeobj-preview-release.aar|com.github.bumptech.glide:glide:4.9.0
androidx.recyclerview:recyclerview:1.0.0
androidx.appcompat:appcompat:1.0.0 |- |uni-prompt | 各模块对应的API可参考文档[App端支持的内置模块列表](https://doc.dcloud.net.cn/uni-app-x/collocation/manifest-modules.html#utsmodules) diff --git a/docs/native/modules/android/uni-facialRecognitionVerify.md b/docs/native/modules/android/uni-facialRecognitionVerify.md index 1d7cf510..6a2a5d48 100644 --- a/docs/native/modules/android/uni-facialRecognitionVerify.md +++ b/docs/native/modules/android/uni-facialRecognitionVerify.md @@ -13,6 +13,7 @@ |aliyun-facelanguage-2.3.7-20231102102722.aar | |aliyun-wishverify-2.3.7-20231102102722.aar | |facialRecognitionVerify-support-release.aar | +|uni-facialRecognitionVerify-release.aar | 将本地依赖库复制到app项目的libs下 -- GitLab