diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f987e8eb91..06543032c9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -46,7 +46,7 @@ platform :android do 'versionName' => options[:versionName], }) gradle( - task: "assemble", + task: "bundle", build_type: "Release", properties: { 'versionCode' => options[:versionCode], diff --git a/fastlane/README.md b/fastlane/README.md index 7ef939cccf..5a974e90ae 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -12,7 +12,7 @@ Install _fastlane_ using ``` [sudo] gem install fastlane -NV ``` -or alternatively using `brew cask install fastlane` +or alternatively using `brew install fastlane` # Available Actions ## Android