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,14 @@ 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+ ## [ v1.3.1] - 2023-04-04
8+ ### Changed
9+ - Update flutter version to 3.7.9
10+
11+ ## [ v1.3.0] - 2022-06-09
12+ ### Changed
13+ - Update flutter version to 3.0.1
14+
715## [ v1.3.0] - 2022-05-05
816### Changed
917- Update flutter version to 2.10.0
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.0.1 "
101+ ENV FLUTTER_VERSION="3.7.9 "
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 @@ -7,6 +7,5 @@ Contains:
77- NVM with default node version to 12.2.0
88- Latest 8 Android version SDKs + Platform CLI tools
99- gcloud CLI tool
10- - danger-kotlin
11- - Flutter 2.10.0 binaries
12-
10+ - danger-kotlin
11+ - Flutter 3.7.9 binaries
You can’t perform that action at this time.
0 commit comments