Skip to content

Commit

Permalink
build: appbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagotn committed Mar 25, 2022
1 parent 4d4ea61 commit ec6fe96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ platform :android do
lane :beta do
# gradle(task: "clean assembleRelease")
# crashlytics
sh "flutter build appbundle"
gradle(task: 'assemble', build_type: 'Release')
upload_to_play_store(track: 'beta', aab: "../build/app/outputs/bundle/release/app-release.aab")

Expand Down

0 comments on commit ec6fe96

Please sign in to comment.