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
[skip ci]: update fastfile
  • Loading branch information
andrewxhill authored Jun 8, 2019
1 parent f7882a2 commit 3246884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ platform :android do
flags: "--init-script init.gradle"
)
supply(
track: "beta"
aab: "./app/build/outputs/bundle/release/app.aab"
track: "beta",
aab: "./app/build/outputs/bundle/release/app.aab",
skip_upload_apk: true
)
end
Expand Down

0 comments on commit 3246884

Please sign in to comment.