File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ENV PATH=$PATH:/usr/local/kotlinc/bin
9898
9999# flutter
100100ENV FLUTTER_CHANNEL="stable"
101- ENV FLUTTER_VERSION="3.7.9 "
101+ ENV FLUTTER_VERSION="3.24.3 "
102102ENV FLUTTER_URL="https://storage.googleapis.com/flutter_infra_release/releases/$FLUTTER_CHANNEL/linux/flutter_linux_$FLUTTER_VERSION-$FLUTTER_CHANNEL.tar.xz"
103103ENV FLUTTER_HOME="/opt/flutter"
104104
Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments