Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong authored Aug 18, 2024
1 parent 5d6ce84 commit 39125a4
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 @@ -95,7 +95,7 @@ platform :android do
gradle(
task: 'clean assemble',
flavor: "tb",
build_type: 'Release'
build_type: 'Debug'
)
firebase_app_distribution(
service_credentials_file: "#{ENV["FIREBASE_CREDENTIALS"]}",
Expand Down

0 comments on commit 39125a4

Please sign in to comment.