Updated on 2026-08-14

This commit is contained in:
Tangem 2019-08-02 14:42:09 +03:00
parent 09422ddd1a
commit fc2820c9bc
2 changed files with 24 additions and 1 deletions

View file

@ -25,7 +25,12 @@ Runs all the tests
```
fastlane android release
```
Build a release APK
Build a signed release APK
### android build
```
fastlane android build
```
Build debug and release APKs
### android debug
```
fastlane android debug