PNS/android/fastlane
2024-07-08 20:05:21 +03:00
..
AppFile init 2024-07-08 20:05:21 +03:00
Fastfile init 2024-07-08 20:05:21 +03:00
Pluginfile init 2024-07-08 20:05:21 +03:00
README.md init 2024-07-08 20:05:21 +03:00
report.xml init 2024-07-08 20:05:21 +03:00

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.