Skip to content

Commit b4b51ce

Browse files
docker updated platforms
1 parent 7f5d68e commit b4b51ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ RUN yes | sdkmanager --licenses
2222
RUN sdkmanager \
2323
"platform-tools" \
2424
"platforms;android-34" \
25-
"build-tools;34.0.0"
25+
"platforms;android-36" \
26+
"build-tools;34.0.0" \
27+
"build-tools;35.0.0"
2628

2729
# ---- Install Node.js 24.x (NodeSource) ----
2830
RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \

0 commit comments

Comments
 (0)