upgraded Flutter to beta v3.3.0-0.5.pre

This commit is contained in:
Thibault Deckers 2022-08-24 19:25:07 +02:00
parent e15e82bd03
commit dd4964a190
6 changed files with 13 additions and 13 deletions

View file

@ -17,7 +17,7 @@ jobs:
# Available versions may lag behind https://github.com/flutter/flutter.git
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.0-0.4.pre'
flutter-version: '3.3.0-0.5.pre'
channel: 'beta'
- name: Clone the repository.

View file

@ -19,7 +19,7 @@ jobs:
# Available versions may lag behind https://github.com/flutter/flutter.git
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.0-0.4.pre'
flutter-version: '3.3.0-0.5.pre'
channel: 'beta'
# Workaround for this Android Gradle Plugin issue (supposedly fixed in AGP 4.1):
@ -56,15 +56,15 @@ jobs:
rm release.keystore.asc
mkdir outputs
(cd scripts/; ./apply_flavor_play.sh)
flutter build appbundle -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.0-0.4.pre.sksl.json
flutter build appbundle -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.0-0.5.pre.sksl.json
cp build/app/outputs/bundle/playRelease/*.aab outputs
flutter build apk -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.0-0.4.pre.sksl.json
flutter build apk -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.0-0.5.pre.sksl.json
cp build/app/outputs/apk/play/release/*.apk outputs
(cd scripts/; ./apply_flavor_huawei.sh)
flutter build apk -t lib/main_huawei.dart --flavor huawei --bundle-sksl-path shaders_3.3.0-0.4.pre.sksl.json
flutter build apk -t lib/main_huawei.dart --flavor huawei --bundle-sksl-path shaders_3.3.0-0.5.pre.sksl.json
cp build/app/outputs/apk/huawei/release/*.apk outputs
(cd scripts/; ./apply_flavor_izzy.sh)
flutter build apk -t lib/main_izzy.dart --flavor izzy --split-per-abi --bundle-sksl-path shaders_3.3.0-0.4.pre.sksl.json
flutter build apk -t lib/main_izzy.dart --flavor izzy --split-per-abi --bundle-sksl-path shaders_3.3.0-0.5.pre.sksl.json
cp build/app/outputs/apk/izzy/release/*.apk outputs
rm $AVES_STORE_FILE
env:

View file

@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
- status and navigation bar transparency
- default snack bar timeout to 3s
- upgraded Flutter to beta v3.3.0-0.4.pre
- upgraded Flutter to beta v3.3.0-0.5.pre
### Fixed

View file

@ -77,7 +77,7 @@ packages:
name: barcode
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
version: "2.2.3"
boolean_selector:
dependency: transitive
description:
@ -210,7 +210,7 @@ packages:
name: dbus
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.7"
version: "0.7.8"
decorated_icon:
dependency: "direct main"
description:
@ -425,7 +425,7 @@ packages:
name: flutter_markdown
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.10+3"
version: "0.6.10+4"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
@ -439,7 +439,7 @@ packages:
name: flutter_staggered_animations
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.1.1"
flutter_test:
dependency: "direct dev"
description: flutter
@ -785,7 +785,7 @@ packages:
name: pdf
url: "https://pub.dartlang.org"
source: hosted
version: "3.8.2"
version: "3.8.3"
percent_indicator:
dependency: "direct main"
description:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long