Skip to content

Commit 65b9378

Browse files
Updates / Changes for proposed Next Release @anas-baadshah (#219)
- Add Android Platform 35 - Upgrade Flutter 3.19.2 -> 3.24.5 - Upgrade bundletool 1.15.6 -> 1.18.1 - Upgrade 20.x (also LTS) -> 22.x - Upgrade to latest Android CLT 13114758 - Upgrade Android NDK r26c -> r28c
1 parent 0a243e1 commit 65b9378

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
# when _TAGGED is "tagged" the version in _VERSION will be used.
44
# _TAGGED is used to handle the build stages
55

6-
# "11076708" as of 2024/03/04
6+
# "13114758" as of 2025/04/04
77
ARG ANDROID_SDK_TOOLS_TAGGED="latest"
8-
ARG ANDROID_SDK_TOOLS_VERSION="11076708"
8+
ARG ANDROID_SDK_TOOLS_VERSION="13114758"
99

1010
# Valid values are "last8" or "tagged"
1111
# "last8" will grab the last 8 android-sdks, including extensions and
1212
# any potential future build tool release candidates
1313
ARG ANDROID_SDKS="last8"
1414

1515
ARG NDK_TAGGED="latest"
16-
ARG NDK_VERSION="26.2.11394342"
16+
ARG NDK_VERSION="28.0.13004108"
1717

1818
ARG NODE_TAGGED="latest"
19-
ARG NODE_VERSION="20.x"
19+
ARG NODE_VERSION="22.x"
2020

2121
ARG BUNDLETOOL_TAGGED="latest"
22-
ARG BUNDLETOOL_VERSION="1.15.6"
22+
ARG BUNDLETOOL_VERSION="1.18.1"
2323

2424
ARG FLUTTER_TAGGED="latest"
25-
ARG FLUTTER_VERSION="3.19.2"
25+
ARG FLUTTER_VERSION="3.24.5"
2626

2727
ARG JENV_TAGGED="latest"
2828
ARG JENV_RELEASE="0.5.6"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The last **tagged** release includes the following components:
2929
* 32
3030
* 33
3131
* 34
32+
* 35
3233
* Android build tools:
3334
* 28.0.1 28.0.2 28.0.3
3435
* 29.0.2 29.0.3
@@ -37,13 +38,14 @@ The last **tagged** release includes the following components:
3738
* 32.0.0
3839
* 33.0.0 33.0.1 33.0.2 33.0.3
3940
* 34.0.0
40-
* Android NDK - r26c
41+
* 35.0.0
42+
* Android NDK - r28c
4143
* [Android bundletool](https://github.com/google/bundletool)
4244
* Android Emulator
4345
* cmake
4446
* TestNG
4547
* Python 3.8.10
46-
* Node.js 20, npm, React Native
48+
* Node.js 22, npm, React Native
4749
* Ruby, RubyGems
4850
* fastlane
4951
* Flutter 3.16.9

tagged_sdk_packages_list.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
platforms;android-35
12
platforms;android-34
23
platforms;android-33
34
platforms;android-32
45
platforms;android-31
56
platforms;android-30
67
platforms;android-29
78
platforms;android-28
9+
build-tools;35.0.0
810
build-tools;34.0.0
911
build-tools;33.0.3
1012
build-tools;33.0.2

0 commit comments

Comments
 (0)