Skip to content

Commit

Permalink
Fix dummy version_code
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Mar 5, 2025
1 parent 98ef44e commit c681acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ platform :android do
skip_upload_metadata: options[:metadata] != true && options[:metadata] != 'true',
skip_upload_screenshots: options[:screenshots] != true && options[:screenshots] != 'true',
skip_upload_changelogs: options[:changelogs] != true && options[:changelogs] != 'true',
version_code: 0, # it will use default.txt
)
end

Expand Down
2 changes: 2 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ fastlane android update_google_play organization:ooni screenshots:true metadata:

* **`metadata`**: true or false (default false)

* **`changelogs`**: true or false (default false)

* **`json_key`**: path to Google Play service account JSON file


Expand Down

0 comments on commit c681acb

Please sign in to comment.