Skip to content

Release 4.3.75

Choose a tag to compare

@github-actions github-actions released this 17 Mar 05:24
· 32 commits to master since this release
59a924d
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.