Update NDK

This commit is contained in:
Fedor Korotkov
2024-02-13 12:03:51 -05:00
committed by GitHub
parent 2c092bb9f0
commit 5419e5d1b5
+1 -1
View File
@@ -1,6 +1,6 @@
FROM ghcr.io/cirruslabs/android-sdk:34
# https://developer.android.com/ndk/downloads
ENV ANDROID_NDK_VERSION 25.2.9519653
ENV ANDROID_NDK_VERSION 26.2.11394342
RUN yes | sdkmanager "ndk;$ANDROID_NDK_VERSION"