From fb4baa571d606aad715069ca6e9fdfe19c00ee67 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 10 Mar 2021 09:27:20 +0100 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 63273b77cc45..a0a3bdb0fa93 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -53,7 +53,8 @@ lane :release do gradle( project_dir: './', task: 'clean bundle', - build_type: 'offReleasePlaystore' + build_type: 'offRelease', + platform: 'playstore' ) #upload the bundle to internal track of play store