File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Use these variables when you tailor your ArkTS code. They must be of the const type.
3
3
*/
4
- export const HAR_VERSION = '4.3.9-0.0.3 ';
4
+ export const HAR_VERSION = '4.3.9-0.0.4 ';
5
5
export const BUILD_MODE_NAME = 'debug';
6
6
export const DEBUG = true;
7
7
export const TARGET_NAME = 'default';
8
- export const APP_NAME = 'Keys Example';
9
- export const BUNDLE_ID = 'com.example.rnkeys.dev';
10
- export const ANDROID_CODE = '50';
11
- export const PACKAGE_ID = 'com.example.rnkeys.dev';
12
8
13
9
/**
14
10
* BuildProfile Class is used only for compatibility purposes.
@@ -18,8 +14,4 @@ export default class BuildProfile {
18
14
static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
19
15
static readonly DEBUG = DEBUG;
20
16
static readonly TARGET_NAME = TARGET_NAME;
21
- static readonly APP_NAME = APP_NAME;
22
- static readonly BUNDLE_ID = BUNDLE_ID;
23
- static readonly ANDROID_CODE = ANDROID_CODE;
24
- static readonly PACKAGE_ID = PACKAGE_ID;
25
17
}
Original file line number Diff line number Diff line change 6
6
"name" : "@react-native-oh-tpl/react-native-picker" ,
7
7
"description" : "main cpai architecture" ,
8
8
"main" : "index.ets" ,
9
- "version" : "4.3.9-0.0.3 " ,
9
+ "version" : "4.3.9-0.0.4 " ,
10
10
"dependencies" : {
11
11
"@rnoh/react-native-openharmony" : "file:../react_native_openharmony"
12
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-oh-tpl/react-native-picker" ,
3
- "version" : " 4.3.9-0.0.3 " ,
3
+ "version" : " 4.3.9-0.0.4 " ,
4
4
"description" : " A Native Picker with high performance." ,
5
5
"react-native" : " src/index" ,
6
6
"source" : " src/index" ,
You can’t perform that action at this time.
0 commit comments