diff --git a/entry/build.gradle b/entry/build.gradle index c10f101d533063cc79239c561c3d9c49a6cefe00..bf2af586fab0803877f2076613fa87314fabf6dd 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'