File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,22 @@ inputs:
3030 required : false
3131 default : ' Semantic'
3232 description : ' The versioning scheme to use when building the project'
33+ version :
34+ required : false
35+ default : ' '
36+ description : ' The version, when used with the "Custom" versioning scheme'
3337 androidVersionCode :
3438 required : false
3539 default : ' '
3640 description : ' The android versionCode'
41+ customParameters :
42+ required : false
43+ default : ' '
44+ description : >
45+ Custom parameters to configure the build.
46+
47+ Parameters must start with a hyphen (-) and may be followed by a value (without hyphen).
48+ Parameters without a value will be considered booleans (with a value of true).
3749outputs : {}
3850branding :
3951 icon : ' box'
You can’t perform that action at this time.
0 commit comments