feat: setup Fastlane for Google Play Store

This commit is contained in:
Lei Nelissen
2023-04-10 17:10:12 +02:00
parent 943815e4a6
commit cc14373575
5 changed files with 49 additions and 4 deletions

View File

@@ -31,6 +31,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
### ios build
```sh
[bundle exec] fastlane ios build
```
### ios screenshots
```sh
@@ -52,6 +60,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
Generate beta build
### android release
```sh
[bundle exec] fastlane android release
```
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.