Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 committed Sep 3, 2024
1 parent 92a2c37 commit 25d2bbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions commons/colorLibrary/BuildProfile.ets
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down
7 changes: 0 additions & 7 deletions entry/src/main/module.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
"usedScene": {
"when":"inuse"
}
},
{
"name" : "ohos.permission.WRITE_IMAGEVIDEO",
"reason": "$string:app_name",
"usedScene": {
"when":"always"
}
}
],
"deviceTypes": [
Expand Down
4 changes: 2 additions & 2 deletions readerLibrary/BuildProfile.ets
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit 25d2bbe

Please sign in to comment.