Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane android test
Run unit tests and linting
[bundle exec] fastlane android increment_version_code
Increment version code
[bundle exec] fastlane android bump_version
Set a specific version name (e.g., fastlane bump_version name:”1.5.0”)
[bundle exec] fastlane android build
Build release apk
[bundle exec] fastlane android internal
Deploy to internal testing track
[bundle exec] fastlane android promote_to_alpha
Promote Internal to Alpha (Closed Testing)
[bundle exec] fastlane android promote_to_beta
Promote Alpha to Beta (Open Testing @10%)
[bundle exec] fastlane android deploy
Deploy beta to Production @10%
[bundle exec] fastlane android alpha
Deploy to alpha track
[bundle exec] fastlane android beta
Deploy to beta track
[bundle exec] fastlane android production
Deploy to production
[bundle exec] fastlane android screenshots
Capture screenshots for Play Store. Specify –device_type=sevenInch for a tablet.
[bundle exec] fastlane android upload_metadata
Upload store metadata. Options: whatsnew:true (include changelogs), imgs:true (include screenshots/images), all:true (everything), store:false (skip store metadata).
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.