Skip to content

Commit 16bc529

Browse files
committed
Update build_testapps to use ndk r21
1 parent 903b114 commit 16bc529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/gha/build_testapps.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,12 +504,12 @@ def patch_android_env(unity_version):
504504
# Set ndk env
505505
UNITY_SETTINGS = {
506506
"2022": {
507-
_WINDOWS: "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip",
508-
_MACOS: "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip",
507+
_WINDOWS: "https://dl.google.com/android/repository/android-ndk-r21-windows-x86_64.zip",
508+
_MACOS: "https://dl.google.com/android/repository/android-ndk-r21-darwin-x86_64.zip",
509509
},
510510
"2021": {
511-
_WINDOWS: "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip",
512-
_MACOS: "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip",
511+
_WINDOWS: "https://dl.google.com/android/repository/android-ndk-r21-windows-x86_64.zip",
512+
_MACOS: "https://dl.google.com/android/repository/android-ndk-r21-darwin-x86_64.zip",
513513
},
514514
"2020": {
515515
_WINDOWS: "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip",

0 commit comments

Comments
 (0)