tree: 46ddac6074be85b79bda838050023504a40fc829 [path history] [tgz]
  1. metadata/
  2. Appfile
  3. Fastfile
  4. README.md
android/fastlane/README.md

fastlane documentation

Installation

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

xcode-select --install

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew install fastlane

Available Actions

Android

android test

fastlane android test

Runs all the tests

android internal

fastlane android internal

Submit a new internal build to Google Play

android prod

fastlane android prod

Submit a new production build to Google Play


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.