PNS/android/fastlane/README.md
2024-07-08 20:05:21 +03:00

983 B

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

Android

android deployProdToPlayStore

[bundle exec] fastlane android deployProdToPlayStore

Submit a new Production Build to Play Store

By Default it sets the version_code to last from PlayStore + 1.

Optionally version code increase can be skipped via:


[bundle exec] fastlane deployProdToPlayStore skip_build_number_increase:true


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.