Skip to content

Commit

Permalink
Upgrade Flutter to 2.10.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 7, 2022
1 parent e764281 commit c776309
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [2.10.0-androidsdk30-r0] · 2022-02-07
[2.10.0-androidsdk30-r0]: /../../tree/2.10.0-androidsdk30-r0

[Diff](/../../compare/2.8.1-androidsdk30-r0...2.10.0-androidsdk30-r0)

### Upgraded

- [Flutter] 2.10.0: <https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.10.0>




## [2.8.1-androidsdk30-r0] · 2021-12-20
[2.8.1-androidsdk30-r0]: /../../tree/2.8.1-androidsdk30-r0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG android_sdk_ver=30
FROM cirrusci/android-sdk:${android_sdk_ver}

ARG flutter_ver=2.8.1
ARG flutter_ver=2.10.0
ARG build_rev=0

LABEL org.opencontainers.image.source="\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Based on [`cirrusci/android-sdk` Docker image][2].

## Supported tags and respective `Dockerfile` links

- [`2.8.1-androidsdk30-r0`, `2.8.1`, `2.8`, `2`, `latest`][201]
- [`2.10.0-androidsdk30-r0`, `2.10.0`, `2.10`, `2`, `latest`][201]



Expand Down

1 comment on commit c776309

@tyranron
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.