From b0bf7899bde1cf4ce8b683b9ed2b55035f68dd24 Mon Sep 17 00:00:00 2001 From: buzhenwang Date: Mon, 4 Aug 2025 10:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E8=AF=8D=E6=8E=92=E6=9F=A5?= =?UTF-8?q?=20Signed-off-by:leiguangyu=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: buzhenwang --- demo/js/build.gradle | 6 +++--- demo/js/entry/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/js/build.gradle b/demo/js/build.gradle index 383a0e4..bd80b96 100644 --- a/demo/js/build.gradle +++ b/demo/js/build.gradle @@ -13,7 +13,7 @@ * limitations under the License. */ // Top-level build file where you can add configuration options common to all sub-projects/modules. -apply plugin: 'com.huawei.ohos.app' +apply plugin: 'com.demo.ohos.app' ohos { signingConfigs { @@ -41,8 +41,8 @@ buildscript { } } dependencies { - classpath 'com.huawei.ohos:hap:3.0.3.4' - classpath 'com.huawei.ohos:decctest:1.2.6.0' + classpath 'com.demo.ohos:hap:3.0.3.4' + classpath 'com.demo.ohos:decctest:1.2.6.0' } } diff --git a/demo/js/entry/build.gradle b/demo/js/entry/build.gradle index c0b244c..52c04bd 100644 --- a/demo/js/entry/build.gradle +++ b/demo/js/entry/build.gradle @@ -1,4 +1,4 @@ -apply plugin: 'com.huawei.ohos.hap' +apply plugin: 'com.demo.ohos.hap' ohos { compileSdkVersion 7 defaultConfig { -- Gitee