diff --git a/entry/build.gradle b/entry/build.gradle index 500aacde11f74374500932553cb0c4d118e9847d..7f717f8ea2238c51e3b04c7fd2865a6fce9c51e3 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -19,8 +19,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation('com.gitee.chinasoft_ohos:FilePicker:0.0.1-SNAPSHOT') - // compile project(":library") + // implementation('com.gitee.chinasoft_ohos:FilePicker:0.0.1-SNAPSHOT') + compile project(":library") } decc { supportType = ['html', 'xml']