Update Dockerfile

ndk23
This commit is contained in:
junbinhe 2023-04-06 12:57:42 +08:00 committed by GitHub
parent 53f6734997
commit 15ea1366d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ RUN sudo apt-get install -y libclang-dev
RUN sudo apt install -y gcc-multilib
WORKDIR $WORKDIR
ENV ANDROID_NDK_HOME=/opt/android/ndk/22.1.7171670
ENV ANDROID_NDK_HOME=/opt/android/ndk/23.2.8568313
# Somehow try to automate flutter pub get
# https://rustdesk.com/docs/en/dev/build/android/