DummyAnd / fastlane /
..
Appfile [DAP-516] Use home alias 9 years ago
Fastfile [DAP-516] Make sure all previous apk have been delete before releasing with supply 9 years ago
README.md [DAP-518] Add a lane to upload the app to Google Play store 9 years ago
README.md

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

Android

android test

fastlane android test

Runs all the tests

android build

fastlane android build

Build the apk

android deploy_alpha

fastlane android deploy_alpha

Build and deploy the apk for Alpha testing in Google Play store

android beta

fastlane android beta

Submit a new Beta Build to Crashlytics Beta

android deploy

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 https://fastlane.tools. The documentation of fastlane can be found on GitHub.