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