diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 825fa666177db8b331f437672ed05b8de2da1550..c79437c17d8387cef7c30effd23c08bc256e63f1 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -1,7 +1,7 @@ { "app": { "vendor": "example", - "bundleName": "jp.wasabeef.example.recyclerview", + "bundleName": "cn.openharmony.recyclerview", "version": { "code": 1000000, "name": "1.0.0" diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 44eb6619ba84a9a408eff74890e3db22223d8d34..ad1623d5fab251dfc47ee088745769869ce875cf 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "jp.wasabeef.example.recyclerview", + "bundleName": "cn.openharmony.recyclerview", "vendor": "example", "version": { "code": 1000000, diff --git a/recyclerview_animators_ets/src/main/config.json b/recyclerview_animators_ets/src/main/config.json index 5ad71dd9bf4f97a08588e758fbbc0c814bbd2499..ce25c3cb235797d2e5009b74e3b97f5125440543 100644 --- a/recyclerview_animators_ets/src/main/config.json +++ b/recyclerview_animators_ets/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "jp.wasabeef.example.recyclerview", + "bundleName": "cn.openharmony.recyclerview", "vendor": "example", "version": { "code": 1000000,