Skip to content

Latest commit

 

History

History
96 lines (56 loc) · 1.67 KB

File metadata and controls

96 lines (56 loc) · 1.67 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 get_version_info

[bundle exec] fastlane android get_version_info

android setup_keystore

[bundle exec] fastlane android setup_keystore

Setup keystore properties from CI environment

android setup_github_token

[bundle exec] fastlane android setup_github_token

android get_repo_config

[bundle exec] fastlane android get_repo_config

android build_debug

[bundle exec] fastlane android build_debug

Build debug APK without creating a release or tag

android build_debug_with_release

[bundle exec] fastlane android build_debug_with_release

Build debug APK with versioning

android build_release

[bundle exec] fastlane android build_release

Build release APK with versioning

android assemble_release

[bundle exec] fastlane android assemble_release

Build release AAB with versioning

android build_release_and_deploy

[bundle exec] fastlane android build_release_and_deploy

Build release APK and AAB with versioning in parallel


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.