Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.5.0] - 2024-09-13
### Changed
- Update flutter version to 3.24.3

## [v2.4.1] - 2024-08-28
### Add
- Add CI helper functions
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ENV PATH=$PATH:/usr/local/kotlinc/bin

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

Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Contains:
- Latest 8 Android version SDKs + Platform CLI tools
- gcloud CLI tool
- danger-kotlin
- Flutter 3.7.9 binaries
- Flutter 3.24.3 binaries
- [Git LFS](https://git-lfs.com/)