feat(更新版本): 更新ndk到android-ndk-r21e
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-19 10:35:04 +08:00
parent 57e104e9dc
commit 0f11710618
2 changed files with 5 additions and 5 deletions

View File

@ -33,9 +33,9 @@ steps:
pull: if-not-exists
image: alpine
commands:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21d-linux-x86_64.zip
- unzip -q android-ndk-r21d-linux-x86_64.zip
- rm -f android-ndk-r21d-linux-x86_64.zip
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21e-linux-x86_64.zip
- unzip -q android-ndk-r21e-linux-x86_64.zip
- rm -f android-ndk-r21e-linux-x86_64.zip
- name: docker
pull: if-not-exists
image: plugins/docker