Skip to content

Commit

Permalink
Upgrade Flutter to 3.10.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 13, 2023
1 parent d080653 commit 385babe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ All user visible changes to this project will be documented in this file. This p



## [3.10.6-androidsdk33-r0] · 2023-07-13
[3.10.6-androidsdk33-r0]: /../../tree/3.10.6-androidsdk33-r0

[Diff](/../../compare/3.10.5-androidsdk33-r0...3.10.6-androidsdk33-r0)

### Upgraded

- [Flutter] 3.10.6: <https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel#3106-july-12-2023>
- [OpenJDK] to 17 version to support building with [Gradle] 8. ([cirruslabs/docker-images-android#54])

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




## [3.10.5-androidsdk33-r0] · 2023-06-15
[3.10.5-androidsdk33-r0]: /../../tree/3.10.5-androidsdk33-r0

Expand Down Expand Up @@ -587,4 +602,6 @@ All user visible changes to this project will be documented in this file. This p

[Android SDK]: https://developer.android.com/studio
[Flutter]: https://flutter.dev
[Gradle]: https://gradle.org
[OpenJDK]: https://openjdk.org
[Semantic Versioning 2.0.0]: https://semver.org
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=33
FROM ghcr.io/cirruslabs/android-sdk:${android_sdk_ver}

ARG flutter_ver=3.10.5
ARG flutter_ver=3.10.6
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.10.5-androidsdk33-r0`, `3.10.5`, `3.10`, `3`, `latest`][201]
- [`3.10.6-androidsdk33-r0`, `3.10.6`, `3.10`, `3`, `latest`][201]



Expand Down

1 comment on commit 385babe

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