diff --git a/README.OPENRESOURCE.md b/README.OPENRESOURCE.md index ca54369e44f1932ba498cb94067c4267fcc89512..31a4954c1d3b257feb42bdc81d2e5ae0d170ab42 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 6674e0f167af34e52b71c8c5415567a2da2abf42..95bf8721f754e57842445f5d12a0888d8df10ef4 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' } 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