We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5d68e commit b4b51ceCopy full SHA for b4b51ce
1 file changed
Dockerfile
@@ -22,7 +22,9 @@ RUN yes | sdkmanager --licenses
22
RUN sdkmanager \
23
"platform-tools" \
24
"platforms;android-34" \
25
- "build-tools;34.0.0"
+ "platforms;android-36" \
26
+ "build-tools;34.0.0" \
27
+ "build-tools;35.0.0"
28
29
# ---- Install Node.js 24.x (NodeSource) ----
30
RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
0 commit comments