add option to skip automatic build increase
This commit is contained in:
parent
df4dbfa09b
commit
7d09e90a78
6 changed files with 22 additions and 9 deletions
|
|
@ -41,6 +41,14 @@ Create new Release APK
|
|||
|
||||
Find it under app/build/outputs/apk/release
|
||||
|
||||
### android testprop
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane android testprop
|
||||
```
|
||||
|
||||
|
||||
|
||||
### android deployProdToPlayStore
|
||||
|
||||
```sh
|
||||
|
|
@ -55,7 +63,7 @@ By Default it sets the version_code to last from PlayStore + 1.
|
|||
|
||||
```sh
|
||||
|
||||
[bundle exec] fastlane deployProdToPlayStore skip_build_number_increase:1
|
||||
[bundle exec] fastlane deployProdToPlayStore skip_build_number_increase:true
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue