feat(更新环境): 更新NDK到android-ndk-r21d

This commit is contained in:
2020-12-19 13:40:47 +08:00
parent fa5ebe0051
commit 8a1aac3f9e
2 changed files with 5 additions and 5 deletions

View File

@ -36,9 +36,9 @@ steps:
pull: if-not-exists
image: alpine
commands:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
- unzip -q android-ndk-r21b-linux-x86_64.zip
- rm -f android-ndk-r21b-linux-x86_64.zip
- 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
- name: docker
pull: if-not-exists
image: plugins/docker