From e61dc31b5c9169b7a6a237be794154a2cfa92f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Tue, 1 Nov 2022 19:54:29 +0800 Subject: [PATCH] Update uts-plugin.md --- docs/plugin/uts-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin/uts-plugin.md b/docs/plugin/uts-plugin.md index 20af86a03..9b564fb76 100644 --- a/docs/plugin/uts-plugin.md +++ b/docs/plugin/uts-plugin.md @@ -267,7 +267,7 @@ dependencies { + config.json 目前还不支持配置仓库依赖,需要将gradle 依赖手动下载为 jar/aar,放置在libs目录下集成 -+ HBuilderX 内置了android常见的依赖:[内置依赖清单](https://uniapp.dcloud.net.cn/plugin/uts-for-android.html#_3-4-%E5%A2%9E%E5%8A%A0libs%E4%BE%9D%E8%B5%96%E8%B5%84%E6%BA%90) 开发者在使用列表中的依赖时,需要注意两点: ++ HBuilderX 内置了android常见的依赖:[内置依赖清单](https://uniapp.dcloud.net.cn/plugin/uts-for-android.html#_3-4-%E5%A2%9E%E5%8A%A0libs%E4%BE%9D%E8%B5%96%E8%B5%84%E6%BA%90) ,开发者需要注意两点: 1 内置清单中涉及的依赖,无需手动添加,即可直接使用 -- GitLab