Skip to content

Commit

Permalink
change assemble to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainrax committed Oct 1, 2024
1 parent 38ece47 commit 0011158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekick/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform :android do

# Configure signing
gradle(
task: "assemble",
task: "bundle",
build_type: "Release",
project_dir: ".", # Specify the relative path to your Android project
gradle_path: "./gradlew", # Specify the path to your gradlew script
Expand Down

0 comments on commit 0011158

Please sign in to comment.