Skip to content

Commit

Permalink
Upgrade Android SDK to 14 version (API level 34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 14, 2024
1 parent cf05543 commit 51ea8a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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



## [3.16.9-androidsdk34-r0] · 2024-02-14
[3.16.9-androidsdk34-r0]: /../../tree/3.16.9-androidsdk34-r0

[Diff](/../../compare/3.16.9-androidsdk33-r0...3.16.9-androidsdk34-r0)

### Upgraded

- [Android SDK] 14 (API level 34): <https://developer.android.com/about/versions/14/summary>




## [3.16.9-androidsdk33-r0] · 2024-01-26
[3.16.9-androidsdk33-r0]: /../../tree/3.16.9-androidsdk33-r0

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/cirruslabs/docker-images-android/pkgs/container/android-sdk
# https://github.com/cirruslabs/docker-images-android/blob/master/sdk/33/Dockerfile
ARG android_sdk_ver=33
# https://github.com/cirruslabs/docker-images-android/blob/master/sdk/34/Dockerfile
ARG android_sdk_ver=34
FROM ghcr.io/cirruslabs/android-sdk:${android_sdk_ver}

ARG flutter_ver=3.16.9
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.16.9-androidsdk33-r0`, `3.16.9`, `3.16`, `3`, `latest`][201]
- [`3.16.9-androidsdk34-r0`, `3.16.9`, `3.16`, `3`, `latest`][201]



Expand Down

1 comment on commit 51ea8a4

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