update fastlane to upload native_debug_symbols

This commit is contained in:
Gergely Hegedus 2023-11-19 00:01:48 +02:00
parent 5ff8e50fb0
commit 12eba9d5e1
2 changed files with 40 additions and 1 deletions

View file

@ -33,6 +33,24 @@ By Default it sets the version_code to last from PlayStore + 1.
```
### android zipReleaseNativeSymbols
```sh
[bundle exec] fastlane android zipReleaseNativeSymbols
```
Zip the native_debug_symbols
By default zips the release version
>You may change the file name and build_type_and_flavour via:
```sh
[bundle exec] fastlane zipReleaseNativeSymbols output_path:./new.zip build_type_and_flavour:stagingRelease
```
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.