From 1f0af0775ec1598540534c125e91c3aae5f42a94 Mon Sep 17 00:00:00 2001 From: fjh Date: Fri, 9 Jul 2021 19:29:40 +0800 Subject: [PATCH] =?UTF-8?q?c++=E6=96=87=E4=BB=B6=E7=A7=BB=E6=A4=8D=20=20so?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/build.gradle b/entry/build.gradle index c10f101..bf2af58 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har','*.so']) implementation('com.gitee.chinasoft_ohos:LogUtils:0.0.2-SNAPSHOT') implementation('com.gitee.chinasoft_ohos:export_api:0.0.2-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:ohos_log2file:0.0.2-SNAPSHOT') + implementation project(path: ':log2file') testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' implementation 'com.squareup.okhttp3:okhttp:3.2.0' -- Gitee