File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
lib/fastlane/plugin/wpmreleasetoolkit/actions/android Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
### Bug Fixes
16
16
17
- _ None _
17
+ - Prevent using non-integer ` version_code ` values for Android hotfixes [ # 167 ]
18
18
19
19
### Internal Changes
20
20
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ def self.available_options
46
46
type : String ) ,
47
47
FastlaneCore ::ConfigItem . new ( key : :version_code ,
48
48
env_name : 'FL_ANDROID_BUMP_VERSION_HOTFIX_CODE' ,
49
- description : 'The version code for the hotfix' ) ,
49
+ description : 'The version code for the hotfix' ,
50
+ type : Integer ) ,
50
51
FastlaneCore ::ConfigItem . new ( key : :previous_version_name ,
51
52
env_name : 'FL_ANDROID_BUMP_VERSION_HOTFIX_PREVIOUS_VERSION' ,
52
53
description : 'The version to branch from' ,
You can’t perform that action at this time.
0 commit comments