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 test

[bundle exec] fastlane android test

Run all the tests

android deploy

[bundle exec] fastlane android deploy

Deploy new version to Google Play and APK Store options: beta:false (default)

android deployToPlaystore

[bundle exec] fastlane android deployToPlaystore

Deploy new version to Play Store

android deployToServer

[bundle exec] fastlane android deployToServer

Deploy new version to server

android deployToFDroid

[bundle exec] fastlane android deployToFDroid

Deploy new version to F-Droid

android checkTrackingAddedInDependencyUsingIzzyScript

[bundle exec] fastlane android checkTrackingAddedInDependencyUsingIzzyScript

Check if tracking added in some dependency using Izzy's script

android checkTrackingAddedInDependencyUsingExodus

[bundle exec] fastlane android checkTrackingAddedInDependencyUsingExodus

Check if tracking added in some dependency using exodus

android createGitHubDraftRelease

[bundle exec] fastlane android createGitHubDraftRelease

Create GitHub draft release

android dryRun

[bundle exec] fastlane android dryRun

Dry run - check tracking added for all flavors


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.