Updated on 2026-08-14

This commit is contained in:
Tangem 2021-07-19 10:47:28 +03:00
parent ff341704d1
commit fbbd94051a
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ platform :android do
'versionName' => options[:versionName], 'versionName' => options[:versionName],
}) })
gradle( gradle(
task: "assemble", task: "bundle",
build_type: "Release", build_type: "Release",
properties: { properties: {
'versionCode' => options[:versionCode], 'versionCode' => options[:versionCode],

View file

@ -12,7 +12,7 @@ Install _fastlane_ using
``` ```
[sudo] gem install fastlane -NV [sudo] gem install fastlane -NV
``` ```
or alternatively using `brew cask install fastlane` or alternatively using `brew install fastlane`
# Available Actions # Available Actions
## Android ## Android