Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon committed Mar 10, 2021
1 parent 67c9d39 commit fb4baa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Expand Up @@ -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
Expand Down

0 comments on commit fb4baa5

Please sign in to comment.