Skip to content

Commit 0268da0

Browse files
committed
chore(deps): upgrade Android NDK to 28.0.12674087
Updates the Android NDK version in the devcontainer Dockerfile to the latest version.
1 parent aeae235 commit 0268da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN yes | sdkmanager --licenses && \
7575
"platform-tools" \
7676
"platforms;android-36" \
7777
"build-tools;36.0.0" \
78-
"ndk;27.1.12297006"
78+
"ndk;28.0.12674087"
7979

8080
# Install Rust toolchain (stable)
8181
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable \

0 commit comments

Comments
 (0)