* Added the functionality to create .aab file along with .apk file
* Added the logic to decide the type of Android build based on env var
Added .aab in .gitignore file
Added env var in the env_vars_example file
* Review fixes: Changed the name and type of env var along with some refactoring
* Update fastlane/env_vars_example
Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
Default deep link URL prefix: `mattermost-beta`
To set to `mattermost-mobile` (or anything else, for that matter) in production releases, set fastlane ENV var `DEEPLINK_PREFIX` to `mattermost-mobile`
* RN-545: Builds, uploads to S3, notififes channel.
* RN-545: Awesomeified the bot post.
* RN-545: Adds logos to qa builds. Uses env variable for mattermost() invocation to get exceptions via webhook.
* RN-545: Fix typo.