Skip to content

Commit 4c21e1c

Browse files
committed
bump min Flutter to 3.19
1 parent b5f413d commit 4c21e1c

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/workflows/prepare.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
flutter-version: ["3.10.x", "3.13.x", "3.16.x", "3.19.x"]
16+
flutter-version: ["3.19.x"]
1717

1818
steps:
1919
- name: Clone repository

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.11.8
2+
3+
- Dependencies update (#952)
4+
- Gradle buildscripts on Android
5+
- Bump minimum Android SDK to 21
6+
- Bump minimum Flutter to 3.19
7+
18
## 1.11.7
29

310
- Update dependencies (#946)

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 1.0.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ">=3.0.0 <4.0.0"
8-
flutter: ">=3.10.0"
7+
sdk: ">=3.3.0 <4.0.0"
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
device_info_plus: ^10.1.0

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ flutter:
1515
pluginClass: FlutterDownloaderPlugin
1616

1717
environment:
18-
sdk: ">=3.0.0 <4.0.0"
19-
flutter: ">=3.10.0"
18+
sdk: ">=3.3.0 <4.0.0"
19+
flutter: ">=3.19.0"
2020

2121
dependencies:
2222
flutter:

0 commit comments

Comments
 (0)