1.4 KiB
1.4 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 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: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.