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
Runs all the tests
[bundle exec] fastlane android staffapk
Build Staff APK
[bundle exec] fastlane android staff
Submit a new Staff Build to Google Play
[bundle exec] fastlane android alpha
Submit a new Alpha Build to Google Play
[bundle exec] fastlane android beta
Submit a new Beta Build to Google Play
[bundle exec] fastlane android deploy
Deploy a new version to the Google Play
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.