CICD-Mobile-App-Release-GitHub/android/fastlane
2023-09-11 10:23:30 +03:00
..
Appfile setup fastlane for android 2023-09-01 18:47:27 +03:00
Fastfile update lane documentation 2023-09-11 10:23:30 +03:00
Pluginfile setup fastlane for android 2023-09-01 18:47:27 +03:00
README.md update lane documentation 2023-09-11 10:23:30 +03:00

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 deployInternalFirebase

[bundle exec] fastlane android deployInternalFirebase

Submit a new Internal Build to Firebase

Optionally release notes can be added like so:


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

android buildReleaseApk

[bundle exec] fastlane android buildReleaseApk

Create new Release APK

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

android deployProdPlayStore

[bundle exec] fastlane android deployProdPlayStore

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 deployInternalFirebase skip_build_number_increase:1


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.