CICD-Mobile-App-Release-GitHub/android/fastlane/README.md

1.5 KiB

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 deployInternalToFirebase

[bundle exec] fastlane android deployInternalToFirebase

Submit a new Internal Build to Firebase

Optionally release notes can be added like so:


[bundle exec] fastlane deployInternalToFirebase release_notes:"testing notes"

android buildReleaseApk

[bundle exec] fastlane android buildReleaseApk

Create new Release APK

Find it under app/build/outputs/apk/release

android testprop

[bundle exec] fastlane android testprop

android deployProdToPlayStore

[bundle exec] fastlane android deployProdToPlayStore

Submit a new Production Build to Play Store

By Default it sets the version_code to last from PlayStore + 1.

Optionally version code increase can be skipped via:


[bundle exec] fastlane deployProdToPlayStore skip_build_number_increase:true


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.