Skip to content

Commit

Permalink
build(Docker): add Android SDK 35 and NDK update to prep for expo52
Browse files Browse the repository at this point in the history
  • Loading branch information
trajano committed Nov 28, 2024
1 parent 7883559 commit e7a308a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ RUN --mount=type=cache,target=/root/.android/cache \
"platform-tools" \
"build-tools;34.0.0" \
"platforms;android-34" \
"build-tools;35.0.0" \
"platforms;android-35" \
"ndk;25.1.8937393" \
"ndk;26.1.10909125" \
"ndk;26.3.11579264" \
"cmake;3.22.1" \
"ndk;28.0.12674087" \
"cmake;3.31.0" \
&& yes | /opt/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses
# "system-images;android-34;google_apis;x86_64" \
# "emulator" \
Expand Down

0 comments on commit e7a308a

Please sign in to comment.