Skip to content

Commit

Permalink
[PM-16534] Fix fastfile typo (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkgang authored Feb 12, 2025
1 parent c5616b9 commit 14ef735
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 @@ -82,7 +82,7 @@ platform :android do
end

desc "Assemble and sign release APK"
lane :builAuthenticatordRelease do |options|
lane :buildAuthenticatordRelease do |options|
gradle(
task: "assemble",
build_type: "Release",
Expand Down

0 comments on commit 14ef735

Please sign in to comment.