File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ task:
324
324
<< : *BASE_TEMPLATE
325
325
android_sdk_cache :
326
326
folder : " depends/SDKs/android"
327
- fingerprint_key : " ANDROID_API_LEVEL=28 ANDROID_BUILD_TOOLS_VERSION=28.0.3 ANDROID_NDK_VERSION=23.1.7779620 "
327
+ fingerprint_key : " ANDROID_API_LEVEL=28 ANDROID_BUILD_TOOLS_VERSION=28.0.3 ANDROID_NDK_VERSION=23.2.8568313 "
328
328
depends_sources_cache :
329
329
folder : " depends/sources"
330
330
fingerprint_script : git rev-list -1 HEAD ./depends
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export RUN_FUNCTIONAL_TESTS=false
16
16
17
17
export ANDROID_API_LEVEL=28
18
18
export ANDROID_BUILD_TOOLS_VERSION=28.0.3
19
- export ANDROID_NDK_VERSION=23.1.7779620
19
+ export ANDROID_NDK_VERSION=23.2.8568313
20
20
export ANDROID_TOOLS_URL=https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip
21
21
export ANDROID_HOME=" ${DEPENDS_DIR} /SDKs/android"
22
22
export ANDROID_NDK_HOME=" ${ANDROID_HOME} /ndk/${ANDROID_NDK_VERSION} "
You can’t perform that action at this time.
0 commit comments