Skip to content

Commit

Permalink
upgraded Flutter to stable v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Sep 14, 2022
1 parent 5d70ccb commit 3ee20d4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
flutter-version: '3.3.2'
channel: 'stable'

- name: Clone the repository.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
flutter-version: '3.3.2'
channel: 'stable'

# Workaround for this Android Gradle Plugin issue (supposedly fixed in AGP 4.1):
Expand Down Expand Up @@ -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.1.sksl.json
flutter build appbundle -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.2.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.1.sksl.json
flutter build apk -t lib/main_play.dart --flavor play --bundle-sksl-path shaders_3.3.2.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.1.sksl.json
flutter build apk -t lib/main_huawei.dart --flavor huawei --bundle-sksl-path shaders_3.3.2.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.1.sksl.json
flutter build apk -t lib/main_izzy.dart --flavor izzy --split-per-abi --bundle-sksl-path shaders_3.3.2.sksl.json
cp build/app/outputs/apk/izzy/release/*.apk outputs
rm $AVES_STORE_FILE
env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.

### Changed

- upgraded Flutter to stable v3.3.1
- upgraded Flutter to stable v3.3.2

### Fixed

Expand Down
15 changes: 4 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
charts_common:
dependency: transitive
description:
Expand Down Expand Up @@ -133,7 +126,7 @@ packages:
name: connectivity_plus
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.6+1"
version: "2.3.7"
connectivity_plus_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -432,7 +425,7 @@ packages:
name: flutter_markdown
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.10+5"
version: "0.6.12"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -608,7 +601,7 @@ packages:
name: markdown
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "6.0.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -1207,7 +1200,7 @@ packages:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.18"
version: "6.0.19"
url_launcher_ios:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion shaders_3.3.1.sksl.json

This file was deleted.

1 change: 1 addition & 0 deletions shaders_3.3.2.sksl.json

Large diffs are not rendered by default.

0 comments on commit 3ee20d4

Please sign in to comment.