Skip to content

Commit

Permalink
Bundle release instead of assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jun 24, 2024
1 parent fb30a96 commit c98d46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ platform :android do
end

def build_release
gradle(task: 'clean assembleRelease')
gradle(task: 'clean bundleRelease')
end

0 comments on commit c98d46d

Please sign in to comment.