File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -504,12 +504,12 @@ def patch_android_env(unity_version):
504
504
# Set ndk env
505
505
UNITY_SETTINGS = {
506
506
"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" ,
509
509
},
510
510
"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" ,
513
513
},
514
514
"2020" : {
515
515
_WINDOWS : "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip" ,
You can’t perform that action at this time.
0 commit comments