diff --git a/FloatingViewLib/build.gradle b/FloatingViewLib/build.gradle index 2c09909f309bc5a09d180d6bc6e19359d06d5985..e3a89620b6b96a3628e61bc7f289d7372508a54e 100644 --- a/FloatingViewLib/build.gradle +++ b/FloatingViewLib/build.gradle @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - apply plugin: 'com.huawei.ohos.library' ohos { compileSdkVersion 5 diff --git a/FloatingViewLib/src/test/java/com/ufreedom/floatingview/ExampleTest.java b/FloatingViewLib/src/test/java/com/ufreedom/floatingview/ExampleTest.java index 8e940a2923f709cb2f5b8dedfa4089d074989d82..a909378c34244b8309a3ec6eaf560e21acba3dda 100644 --- a/FloatingViewLib/src/test/java/com/ufreedom/floatingview/ExampleTest.java +++ b/FloatingViewLib/src/test/java/com/ufreedom/floatingview/ExampleTest.java @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2021 The Chinese Software International Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package com.ufreedom.floatingview; import org.junit.Test; diff --git a/entry/build.gradle b/entry/build.gradle index e55c852ec53092596cb6fcdaae44e003fa3a9a1b..079cbf69c9e83e6db7ea4e11e809c75887a7d590 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -9,5 +9,5 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testCompile 'junit:junit:4.12' - implementation project(":FloatingViewLib") + implementation('com.gitee.chinasoft_ohos:FloatingView:0.0.1-SNAPSHOT') }