From 24bfc5d122ff3bcac754b474f7b1c928728201a8 Mon Sep 17 00:00:00 2001 From: ZYF949 <446962864@qq.com> Date: Tue, 1 Jun 2021 09:35:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENRESOURCE.md | 2 +- entry/build.gradle | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.OPENRESOURCE.md b/README.OPENRESOURCE.md index ca54369..31a4954 100644 --- a/README.OPENRESOURCE.md +++ b/README.OPENRESOURCE.md @@ -2,7 +2,7 @@ ```txt { - "Name": "audio-visualizer-ohos", + "Name": "audio-visualizer-android", "License": "Apache License", "License File": "LICENSE", "Version Number": "0.9.1", diff --git a/entry/build.gradle b/entry/build.gradle index 6674e0f..95bf872 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -10,4 +10,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) implementation project(path: ':audiovisualizer') testCompile 'junit:junit:4.12' + ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' + testImplementation 'org.mockito:mockito-core:2.23.0' + testImplementation 'com.google.truth:truth:0.39' } -- Gitee From f821e3e79f40b734f04bced54968abbbf214c4e1 Mon Sep 17 00:00:00 2001 From: ZYF949 <446962864@qq.com> Date: Tue, 1 Jun 2021 09:40:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/github/gabrielbb/cutout/ExampleTest.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename entry/src/{test => ohosTest}/java/com/github/gabrielbb/cutout/ExampleTest.java (100%) diff --git a/entry/src/test/java/com/github/gabrielbb/cutout/ExampleTest.java b/entry/src/ohosTest/java/com/github/gabrielbb/cutout/ExampleTest.java similarity index 100% rename from entry/src/test/java/com/github/gabrielbb/cutout/ExampleTest.java rename to entry/src/ohosTest/java/com/github/gabrielbb/cutout/ExampleTest.java -- Gitee