Skip to content

Commit 65a669b

Browse files
authored
Merge pull request #25 from AckeeDevOps/update/flutter-3.24.3
Update flutter version to 3.24.3
2 parents 9b537a9 + 6099ff6 commit 65a669b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v2.5.0] - 2024-09-13
8+
### Changed
9+
- Update flutter version to 3.24.3
10+
711
## [v2.4.1] - 2024-08-28
812
### Add
913
- Add CI helper functions

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ENV PATH=$PATH:/usr/local/kotlinc/bin
9898

9999
# flutter
100100
ENV FLUTTER_CHANNEL="stable"
101-
ENV FLUTTER_VERSION="3.7.9"
101+
ENV FLUTTER_VERSION="3.24.3"
102102
ENV FLUTTER_URL="https://storage.googleapis.com/flutter_infra_release/releases/$FLUTTER_CHANNEL/linux/flutter_linux_$FLUTTER_VERSION-$FLUTTER_CHANNEL.tar.xz"
103103
ENV FLUTTER_HOME="/opt/flutter"
104104

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Contains:
88
- Latest 8 Android version SDKs + Platform CLI tools
99
- gcloud CLI tool
1010
- danger-kotlin
11-
- Flutter 3.7.9 binaries
11+
- Flutter 3.24.3 binaries
1212
- [Git LFS](https://git-lfs.com/)

0 commit comments

Comments
 (0)