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:
30
30
required : false
31
31
default : ' Semantic'
32
32
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'
33
37
androidVersionCode :
34
38
required : false
35
39
default : ' '
36
40
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).
37
49
outputs : {}
38
50
branding :
39
51
icon : ' box'
You can’t perform that action at this time.
0 commit comments