From 6863640637e4898a5b386d5dcb906133d1f476cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9C=87jay?= <616265365@qq.com> Date: Thu, 27 May 2021 11:01:50 +0800 Subject: [PATCH 1/2] update entry/src/ohosTest/java/cc/cloudist/acpsample/ExampleOhosTest.java. --- .../java/cc/cloudist/acpsample/ExampleOhosTest.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/entry/src/ohosTest/java/cc/cloudist/acpsample/ExampleOhosTest.java b/entry/src/ohosTest/java/cc/cloudist/acpsample/ExampleOhosTest.java index 73fd1e4..7dfda89 100644 --- a/entry/src/ohosTest/java/cc/cloudist/acpsample/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/cc/cloudist/acpsample/ExampleOhosTest.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device 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 a copy of the License at + * You may obtain an copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -21,7 +21,12 @@ import org.junit.BeforeClass; import org.junit.Test; import static org.junit.Assert.assertEquals; - +/** + * 测试 + * + * @author wz + * @since 2021-04-08 + */ public class ExampleOhosTest { static ACProgressFlower.Builder builder; @Test -- Gitee From 2f7d8ad24704eb790016649e28e5354de18f8550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9C=87jay?= <616265365@qq.com> Date: Fri, 28 May 2021 09:14:07 +0800 Subject: [PATCH 2/2] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5a005..be5c170 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ implementation('com.gitee.chinasoft_ohos:ACProgressLite:0.0.1-SNAPSHOT') } ``` -在sdk5,DevEco Studio2.1 beta3下项目可直接运行 +在sdk5,DevEco Studio2.1 beta4下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 -- Gitee