Skip to content

Commit

Permalink
chore: assembleDebug -> assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 29, 2024
1 parent 21d7f4a commit 8ec84d0
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 @@ -93,7 +93,7 @@ platform :android do
)

gradle(
task: 'assembleDebug',
task: 'assemble',
flavor: "tb",
build_type: 'Debug',
properties: {
Expand Down

0 comments on commit 8ec84d0

Please sign in to comment.