Skip to content

Commit

Permalink
Fix syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jan 28, 2024
1 parent 49b09f3 commit 94b0965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default_platform(:ios)

platform :android do
desc "Build android app"
land :main do
lane :main do
# Adjust the `build_type` and `flavor` params as needed to build the right APK for your setup
gradle(
task: 'assemble',
Expand Down

0 comments on commit 94b0965

Please sign in to comment.