You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(android)(9_0_X): module build to download ndk with gradle tool 3.5.0+ (#11620)
- After updating Android gradle tool from 3.4.x to 3.6.0, module builds no longer auto-downloads NDK if missing. - Issue on Google's end which default to an "unstable" NDK version and tool does not support downloading unstable versions. - Downgraded default NDK version for modules from 21.0.6113669 to 20.1.5948944 * Avoids harmless "bad file descriptor" errors that get logged by newest NDK. Fixes TIMOB-27798
0 commit comments