Newer
Older
DummyAnd / fastlane / README.md

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

Android

android test

fastlane android test

Runs all the tests

android build

fastlane android build

Build the apk

android deploy_alpha

fastlane android deploy_alpha

Build and deploy the apk for Alpha testing in Google Play store

android beta

fastlane android beta

Submit a new Beta Build to Crashlytics Beta

android deploy

fastlane android deploy

Deploy a new version to the 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 https://fastlane.tools. The documentation of fastlane can be found on GitHub.