feat(升级版本): 升级版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-12 13:51:56 +08:00
parent 7774e19f99
commit 070c4c9fc8
3 changed files with 7 additions and 7 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-r23b-linux.zip
- unzip -q android-ndk-r23b-linux.zip
- rm -f android-ndk-r23b-linux.zip
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r23c-linux.zip
- unzip -q android-ndk-r23c-linux.zip
- rm -f android-ndk-r23c-linux.zip
- name: docker
pull: if-not-exists
image: plugins/docker