CI: Publish the android app bundle

This commit is contained in:
Vishesh Handa
2019-07-18 01:28:30 +02:00
parent 2bfd05a532
commit d05b052fe3
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ platform :android do
# end
upload_to_play_store(track: "beta",
apk: "../build/app/outputs/apk/release/app-release.apk",
aab: "../build/app/outputs/bundle/release/app.aab",
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,

View File

@ -1,6 +1,6 @@
name: journal
description: A Journaling App Built on top of Git
version: 1.1.8+10
version: 1.1.9+10
dependencies:
flutter:

View File

@ -5,4 +5,4 @@ set -eu
BUILD_NUM=`git rev-list --count HEAD`
echo "Build Number: $BUILD_NUM"
flutter build apk --build-number=$BUILD_NUM --verbose
flutter build appbundle --build-number=$BUILD_NUM --verbose