Skip to content

Commit

Permalink
Upgrade Flutter to 3.27.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 15, 2025
1 parent 69298fa commit 3714994
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ All user visible changes to this project will be documented in this file. This p



## [main] · unreleased
[main]: /../../tree/main
## [3.27.2-androidsdk34-r0] · 2024-01-15
[3.27.2-androidsdk34-r0]: /../../tree/3.27.2-androidsdk34-r0

[Diff](/../../compare/3.27.1-androidsdk34-r0...main)
[Diff](/../../compare/3.27.1-androidsdk34-r0...3.27.2-androidsdk34-r0)

### Upgraded

- [Flutter] 3.27.2: <https://github.com/flutter/flutter/blob/40c2b86fdf650cb95ad69915cd724191ee36de32/CHANGELOG.md#3272>
- [OpenJDK] to 21 version. ([cirruslabs/docker-images-android#71])

[cirruslabs/docker-images-android#71]: https://github.com/cirruslabs/docker-images-android/pull/71




## [3.27.1-androidsdk34-r0] · 2024-12-17
[3.27.1-androidsdk34-r0]: /../../tree/3.27.1-androidsdk34-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=34
FROM ghcr.io/cirruslabs/android-sdk:${android_sdk_ver}

ARG flutter_ver=3.27.1
ARG flutter_ver=3.27.2
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 [`ghcr.io/cirruslabs/android-sdk` Docker image][2].

## Supported tags and respective `Dockerfile` links

- [`3.27.1-androidsdk34-r0`, `3.27.1`, `3.27`, `3`, `latest`][201]
- [`3.27.2-androidsdk34-r0`, `3.27.2`, `3.27`, `3`, `latest`][201]



Expand Down

1 comment on commit 3714994

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