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 all the tests
[bundle exec] fastlane android deploy
Deploy new version to Google Play and APK Store options: beta:false (default)
[bundle exec] fastlane android checkMetadata
Check Metadata
[bundle exec] fastlane android updateMetadata
Update Metadata
[bundle exec] fastlane android checkVersionCodeSet
Check if the version code was set
[bundle exec] fastlane android checkTrackingAddedInDependencyUsingIzzyScript
Check if tracking added in some dependency using Izzy's script
[bundle exec] fastlane android checkTrackingAddedInDependencyUsingExodus
Check if tracking added in some dependency using exodus
[bundle exec] fastlane android runFluidattacks
Run fluidattacks
[bundle exec] fastlane android createGitHubDraftRelease
Create GitHub draft release
[bundle exec] fastlane android dryRun
Dry run - check tracking added for all flavors
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.