File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # Command: ` util android-build-method `
2+
3+ ## Description
4+
5+ Gets and sets the Android build method in export_presets.cfg
6+
7+ ## Help Output
8+
9+ ``` help
10+ USAGE
11+ $ shipthis util android-build-method [-l] [-g]
12+
13+ FLAGS
14+ -g, --gradle use gradle build method
15+ -l, --legacy use legacy build method
16+
17+ DESCRIPTION
18+ Gets and sets the Android build method in export_presets.cfg
19+
20+ EXAMPLES
21+ $ shipthis util android-build-method
22+
23+ $ shipthis util android-build-method --legacy
24+
25+ $ shipthis util android-build-method --gradle
26+ ```
Original file line number Diff line number Diff line change 106106 "exports" : [
107107 " ./dist/utils/help.js" ,
108108 " ./dist/commands/util/glass.js" ,
109+ " ./dist/commands/util/android-build-method.js" ,
109110 " ./dist/commands/apple/apiKey/export.js" ,
110111 " ./dist/commands/apple/apiKey/create.js" ,
111112 " ./dist/commands/apple/apiKey/status.js" ,
You can’t perform that action at this time.
0 commit comments