From 6bb553b86bacb65b8b84338f6e0e0a4e4efc3bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=86?= <446962864@qq.com> Date: Fri, 30 Jul 2021 09:11:09 +0000 Subject: [PATCH 1/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20libr?= =?UTF-8?q?ary/src/androidTest/java/com/scwang/wave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scwang/wave/ExampleInstrumentedTest.java | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 library/src/androidTest/java/com/scwang/wave/ExampleInstrumentedTest.java diff --git a/library/src/androidTest/java/com/scwang/wave/ExampleInstrumentedTest.java b/library/src/androidTest/java/com/scwang/wave/ExampleInstrumentedTest.java deleted file mode 100644 index b442a22..0000000 --- a/library/src/androidTest/java/com/scwang/wave/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.scwang.wave; - -import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() throws Exception { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getTargetContext(); - - assertEquals("com.scwang.wave.test", appContext.getPackageName()); - } -} -- Gitee From bb42d769964d1b9a52d3d634d50a3d163a5ecb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=86?= <446962864@qq.com> Date: Fri, 30 Jul 2021 09:12:04 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20libr?= =?UTF-8?q?ary/src/test/java/com/scwang/wave/ExampleUnitTest.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/scwang/wave/ExampleUnitTest.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 library/src/test/java/com/scwang/wave/ExampleUnitTest.java diff --git a/library/src/test/java/com/scwang/wave/ExampleUnitTest.java b/library/src/test/java/com/scwang/wave/ExampleUnitTest.java deleted file mode 100644 index 5cf1e18..0000000 --- a/library/src/test/java/com/scwang/wave/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.scwang.wave; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() throws Exception { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file -- Gitee From 11517b1070795b99869ed94c16b22838e61d39b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=86?= <446962864@qq.com> Date: Fri, 30 Jul 2021 09:12:26 +0000 Subject: [PATCH 3/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20libr?= =?UTF-8?q?ary/src/main/AndroidManifest.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/main/AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 library/src/main/AndroidManifest.xml diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml deleted file mode 100644 index 0575388..0000000 --- a/library/src/main/AndroidManifest.xml +++ /dev/null @@ -1,2 +0,0 @@ - -- Gitee From c2d0d4dff64857409070dda3c6df8a9b70aecaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=86?= <446962864@qq.com> Date: Fri, 30 Jul 2021 09:12:34 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20libr?= =?UTF-8?q?ary/src/main/res/values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/main/res/values/attrs.xml | 37 ------------------------- library/src/main/res/values/strings.xml | 3 -- library/src/main/res/values/styles.xml | 9 ------ 3 files changed, 49 deletions(-) delete mode 100644 library/src/main/res/values/attrs.xml delete mode 100644 library/src/main/res/values/strings.xml delete mode 100644 library/src/main/res/values/styles.xml diff --git a/library/src/main/res/values/attrs.xml b/library/src/main/res/values/attrs.xml deleted file mode 100644 index 13b3fc3..0000000 --- a/library/src/main/res/values/attrs.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/library/src/main/res/values/strings.xml b/library/src/main/res/values/strings.xml deleted file mode 100644 index 6d51856..0000000 --- a/library/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - Library - diff --git a/library/src/main/res/values/styles.xml b/library/src/main/res/values/styles.xml deleted file mode 100644 index ec6842a..0000000 --- a/library/src/main/res/values/styles.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file -- Gitee From 19e11777d75b88c700f9d431823b11ba6a1979b8 Mon Sep 17 00:00:00 2001 From: ZYF949 <446962864@qq.com> Date: Fri, 30 Jul 2021 17:14:11 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E4=B8=8A=E4=BC=A0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 - entry/build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8ad5f91..0bee467 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. apply plugin: 'com.huawei.ohos.app' -//For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#section1112183053510 ohos { compileSdkVersion 6 defaultConfig { diff --git a/entry/build.gradle b/entry/build.gradle index 37ada36..d74b515 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' -//For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#section1112183053510 ohos { compileSdkVersion 6 defaultConfig { -- Gitee From 1d80440ee78b2201aef7bde917f96bd558d3a9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=86?= <446962864@qq.com> Date: Fri, 30 Jul 2021 09:14:29 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.git?= =?UTF-8?q?ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 839281b..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -*.iml -.gradle -/local.properties -/.idea -.DS_Store -/build -/captures -.externalNativeBuild -bintrayUpload-key.bat -- Gitee