Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewxhill authored Jun 8, 2019
1 parent 5d22f6b commit f7882a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ platform :android do
increment_version_name(app_project_dir: "./app", version_name: parts[1])
increment_version_code(app_project_dir: "./app", version_code: parts[2])
gradle(
task: "clean assembleRelease",
task: "clean bundleRelease",
flags: "--init-script init.gradle"
)
supply(
track: "beta"
aab: "./app/build/outputs/bundle/release/app.aab"
skip_upload_apk: true
)
end

Expand Down

0 comments on commit f7882a2

Please sign in to comment.