File tree Expand file tree Collapse file tree 2 files changed +57
-0
lines changed
Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ local.properties
1212play_config. *
1313keystore. *
1414build
15+ /fastlane /report.xml
Original file line number Diff line number Diff line change 1+ fastlane documentation
2+ ----
3+
4+ # Installation
5+
6+ Make sure you have the latest version of the Xcode command line tools installed:
7+
8+ ``` sh
9+ xcode-select --install
10+ ```
11+
12+ For _ fastlane_ installation instructions, see [ Installing _ fastlane_ ] ( https://docs.fastlane.tools/#installing-fastlane )
13+
14+ # Available Actions
15+
16+ ## Android
17+
18+ ### android test
19+
20+ ``` sh
21+ [bundle exec] fastlane android test
22+ ```
23+
24+ Runs all the tests
25+
26+ ### android crashlytics
27+
28+ ``` sh
29+ [bundle exec] fastlane android crashlytics
30+ ```
31+
32+ Submit a new Beta Build to Crashlytics Beta
33+
34+ ### android beta
35+
36+ ``` sh
37+ [bundle exec] fastlane android beta
38+ ```
39+
40+ Deploy a beta version to the Google Play
41+
42+ ### android deploy
43+
44+ ``` sh
45+ [bundle exec] fastlane android deploy
46+ ```
47+
48+ Deploy a new version to the Google Play
49+
50+ ----
51+
52+ This README.md is auto-generated and will be re-generated every time [ _ fastlane_ ] ( https://fastlane.tools ) is run.
53+
54+ More information about _ fastlane_ can be found on [ fastlane.tools] ( https://fastlane.tools ) .
55+
56+ The documentation of _ fastlane_ can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
You can’t perform that action at this time.
0 commit comments