From 73f67e97f3cb7a21f7742c2fe8068ec4c08e0dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=E8=8A=B1=E5=84=BF?= Date: Thu, 28 Apr 2022 20:10:53 +0800 Subject: [PATCH] modify bundlename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 翠花儿 --- RoundedImageView/src/main/config.json | 2 +- entry/src/main/config.json | 2 +- entry/src/ohosTest/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RoundedImageView/src/main/config.json b/RoundedImageView/src/main/config.json index 8c9d90c..7d2c81e 100644 --- a/RoundedImageView/src/main/config.json +++ b/RoundedImageView/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.ohos_app_roundedimageview", + "bundleName": "cn.openharmony.ohos_app_roundedimageview", "vendor": "example", "version": { "code": 1000000, diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 253561f..91171a6 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -1,7 +1,7 @@ { "app": { "vendor": "example", - "bundleName": "com.example.ohos_app_roundedimageview", + "bundleName": "cn.openharmony.ohos_app_roundedimageview", "version": { "code": 1000000, "name": "1.0.0" diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 85481c5..913cd47 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.ohos_app_roundedimageview", + "bundleName": "cn.openharmony.ohos_app_roundedimageview", "vendor": "example", "version": { "code": 1000000, -- Gitee