diff --git a/commons/colorLibrary/BuildProfile.ets b/commons/colorLibrary/BuildProfile.ets index 3a501e5d..6033e79a 100644 --- a/commons/colorLibrary/BuildProfile.ets +++ b/commons/colorLibrary/BuildProfile.ets @@ -2,8 +2,8 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '1.0.0'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /** diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index d11444f0..8844b201 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -10,13 +10,6 @@ "usedScene": { "when":"inuse" } - }, - { - "name" : "ohos.permission.WRITE_IMAGEVIDEO", - "reason": "$string:app_name", - "usedScene": { - "when":"always" - } } ], "deviceTypes": [ diff --git a/readerLibrary/BuildProfile.ets b/readerLibrary/BuildProfile.ets index 3a501e5d..6033e79a 100644 --- a/readerLibrary/BuildProfile.ets +++ b/readerLibrary/BuildProfile.ets @@ -2,8 +2,8 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '1.0.0'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /**