Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.23 KB

File metadata and controls

64 lines (39 loc) · 1.23 KB

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 keystore

[bundle exec] fastlane android keystore

Download and decrypt the JKS

android validate_play_store_key

[bundle exec] fastlane android validate_play_store_key

Validate Play Store Key

android build

[bundle exec] fastlane android build

Build Android App

android upload_to_playstore

[bundle exec] fastlane android upload_to_playstore

Upload Android App to Google Play

android playstore_promote

[bundle exec] fastlane android playstore_promote

Promote the most recent version in the beta track to the production track in the Play Store.


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.