fastlane documentation
----

# Installation

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

```sh
xcode-select --install
```

For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions

## Android

### android preflight

```sh
[bundle exec] fastlane android preflight
```

Validate env + signing assets are ready for a release AAB

### android aab

```sh
[bundle exec] fastlane android aab
```

Build a signed release AAB (no upload). Output: build/app/outputs/bundle/release/app-release.aab

### android internal

```sh
[bundle exec] fastlane android internal
```

Build signed AAB and upload to Play Console Internal Testing

### android promote_to_production

```sh
[bundle exec] fastlane android promote_to_production
```

Promote latest internal release to production. ROLLOUT=0.05 for 5% staged rollout (default), or RELEASE_STATUS=draft for manual publish.

----

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).
