Skip to content

Commit

Permalink
Upgrade Flutter to 3.3.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 24, 2022
1 parent dc89f79 commit ef4fac0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
&& matrix.registry == 'quay.io' }}

release-github:
name: release on GitHub
name: release (GitHub)
if: ${{ github.event_name == 'push'
&& startsWith(github.ref, 'refs/tags/') }}
needs: ["push"]
Expand Down
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



## [3.3.9-androidsdk30-r0] · 2022-11-24
[3.3.9-androidsdk30-r0]: /../../tree/3.3.9-androidsdk30-r0

[Diff](/../../compare/3.3.8-androidsdk30-r0...3.3.9-androidsdk30-r0)

### Upgraded

- [Flutter] 3.3.9: <https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel#339-nov-23-2022>




## [3.3.8-androidsdk30-r0] · 2022-11-10
[3.3.8-androidsdk30-r0]: /../../tree/3.3.8-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=3.3.8
ARG flutter_ver=3.3.9
ARG build_rev=0


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

- [`3.3.8-androidsdk30-r0`, `3.3.8`, `3.3`, `3`, `latest`][201]
- [`3.3.9-androidsdk30-r0`, `3.3.9`, `3.3`, `3`, `latest`][201]



Expand Down

1 comment on commit ef4fac0

@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.