Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --installFor fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane android testRun all the tests
[bundle exec] fastlane android deployDeploy new version to Google Play and APK Store options: beta:false (default)
[bundle exec] fastlane android checkMetadataCheck Metadata
[bundle exec] fastlane android updateMetadataUpdate Metadata
[bundle exec] fastlane android checkVersionCodeSetCheck if the version code was set
[bundle exec] fastlane android checkTrackingAddedInDependencyUsingIzzyScriptCheck if tracking added in some dependency using Izzy's script
[bundle exec] fastlane android checkTrackingAddedInDependencyUsingExodusCheck if tracking added in some dependency using exodus
[bundle exec] fastlane android runFluidattacksRun fluidattacks
[bundle exec] fastlane android createGitHubDraftReleaseCreate GitHub draft release
[bundle exec] fastlane android dryRunDry 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.