File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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
77ARG 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
1313ARG ANDROID_SDKS="last8"
1414
1515ARG NDK_TAGGED="latest"
16- ARG NDK_VERSION="26.2.11394342 "
16+ ARG NDK_VERSION="28.0.13004108 "
1717
1818ARG NODE_TAGGED="latest"
19- ARG NODE_VERSION="20 .x"
19+ ARG NODE_VERSION="22 .x"
2020
2121ARG BUNDLETOOL_TAGGED="latest"
22- ARG BUNDLETOOL_VERSION="1.15.6 "
22+ ARG BUNDLETOOL_VERSION="1.18.1 "
2323
2424ARG FLUTTER_TAGGED="latest"
25- ARG FLUTTER_VERSION="3.19.2 "
25+ ARG FLUTTER_VERSION="3.24.5 "
2626
2727ARG JENV_TAGGED="latest"
2828ARG JENV_RELEASE="0.5.6"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ platforms;android-35
12platforms;android-34
23platforms;android-33
34platforms;android-32
45platforms;android-31
56platforms;android-30
67platforms;android-29
78platforms;android-28
9+ build-tools;35.0.0
810build-tools;34.0.0
911build-tools;33.0.3
1012build-tools;33.0.2
You can’t perform that action at this time.
0 commit comments