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 write_changelog
```
fastlane android write_changelog
```
Write Changelog
### android latest_googleplay_version_code
```
fastlane android latest_googleplay_version_code
```
Latest Google Play Version Code
### android beta_build
```
fastlane android beta_build
```
Beta Build
### android beta_deploy
```
fastlane android beta_deploy
```
Submit a New Beta Build To Google Play
### android production_alpha_build
```
fastlane android production_alpha_build
```
Production Alpha Build
### android production_alpha_deploy
```
fastlane android production_alpha_deploy
```
Production Alpha Deploy
### android production_build
```
fastlane android production_build
```
Production build
### android production_deploy
```
fastlane android production_deploy
```
Production deploy

----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
