Skip to content

Commit f3bdb84

Browse files
authored
chore: v1.0.14 (#1307)
1 parent c076259 commit f3bdb84

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: subosito/flutter-action@v2
2727
with:
28-
flutter-version: 3.22.2
28+
flutter-version: 3.24.2
2929
cache: true
3030

3131
- name: Install Global Dependencies

flutter_news_template/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.14
2+
3+
- chore: upgrade brick to Flutter 3.24.2
4+
15
# 1.0.13
26

37
- chore: upgrade template to Flutter 3.24.2

flutter_news_template/brick.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_news_template
22
description: A news application template built in Flutter, by Google and Very Good Ventures.
33
repository: https://github.com/flutter/news_toolkit
4-
version: 1.0.13
4+
version: 1.0.14
55

66
environment:
77
mason: ">=0.1.0-dev.40 <0.1.0"

flutter_news_template/hooks/pre_gen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const _supportedFlavors = {
2323
};
2424
const _exampleAndroidAdsId = 'ca-app-pub-3940256099942544~3347511713';
2525
const _exampleiOSAdsId = 'ca-app-pub-3940256099942544~1458002511';
26-
const _supportedFlutterVersion = '3.22.2';
26+
const _supportedFlutterVersion = '3.24.2';
2727

2828
Future<void> run(HookContext context) async {
2929
final vars = {...context.vars};

flutter_news_template/hooks/pubspec.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ environment:
66

77
dependencies:
88
mason: ">=0.1.0-dev.40 <0.1.0"
9+
10+
dependency_overrides:
11+
archive: ^3.6.1
12+
win32: ^5.5.4

0 commit comments

Comments
 (0)