Skip to content

Commit

Permalink
#000 | Modify example values for build parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Jan 30, 2025
1 parent dc81185 commit f24113a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ parameters:
versionCode:
type: string
default: "1"
description: Version code for the binary for internal use on the play store. Is of the format 33702.
description: Version code for the binary for internal use on the play store. Is of the format 100302.
versionName:
type: string
default: "1.0.0"
description: Version name for the binary for external display on the play store. Is of the format 3.37.2.
description: Version name for the binary for external display on the play store. Is of the format 10.3.2

orbs:
aws-cli: circleci/[email protected]
Expand Down

0 comments on commit f24113a

Please sign in to comment.