From 6c9d98ec17eba7500d74ab842e9289e6ed05893b Mon Sep 17 00:00:00 2001 From: xujianhong Date: Mon, 17 May 2021 10:44:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FloatingViewLib/build.gradle | 15 --------------- .../com/ufreedom/floatingview/ExampleTest.java | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/FloatingViewLib/build.gradle b/FloatingViewLib/build.gradle index 2c09909..e3a8962 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 8e940a2..a909378 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; -- Gitee From 12accbd673ac08dfe97586481ace4b621c3e2fa0 Mon Sep 17 00:00:00 2001 From: xujianhong Date: Mon, 17 May 2021 10:45:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= 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 e55c852..079cbf6 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') } -- Gitee