From bddb059c93247dd1858703217a82cf76de407355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Mon, 15 Apr 2024 11:35:08 +0800 Subject: [PATCH] Update native-covert-uts.md --- docs/plugin/native-covert-uts.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/plugin/native-covert-uts.md b/docs/plugin/native-covert-uts.md index efe83b7f..d4c92908 100644 --- a/docs/plugin/native-covert-uts.md +++ b/docs/plugin/native-covert-uts.md @@ -102,14 +102,14 @@ flowchart TD 如果是 `uni-app`环境,添加下面的依赖 ```gradle -/** - * uni-app 运行时能力 - */ -compileOnly fileTree(dir: '../app/libs', include: ['utsplugin-release.aar']) -/** - * 添加UTS语言能力 - */ -compileOnly fileTree(dir: '../app/libs', include: ['utsplugin-release.aar']) + /** + * uni-app 运行时能力 + */ + compileOnly fileTree(dir: '../app/libs', include: ['uniapp-v8-release.aar']) + /** + * 添加UTS语言能力 + */ + compileOnly fileTree(dir: '../app/libs', include: ['utsplugin-release.aar']) ``` ![module_gradle_1.png](https://web-ext-storage.dcloud.net.cn/doc/uts/convert_android/module_gradle_1.png) @@ -427,4 +427,4 @@ component 插件的迁移思路和module插件不同。 -至此,我们完成了 `component` 到UTS页面组件的迁移工作 \ No newline at end of file +至此,我们完成了 `component` 到UTS页面组件的迁移工作 -- GitLab