Release 4.3.75
Fix broken ndk version caching (#1204) This function would just store the version of the last checked ndk path, so it would return the wrong value if this is not the same ndk path that was last checked. It now only reuses the version value if the path was the same.