mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
![]() To ensure Android exports are compatible with the new Play Store requirement that all `.so` libraries included are aligned to 16k, we now require C# projects to target `net9.0` which uses the correct alignment (as opposed to the current one of 4k). The thirdparty jar library has also been updated to the one from the 9.0.4 runtime package so it's compatible with non-gradle builds targeting `net9.0`. Non-android projects are not affect, the minimum TFM is still `net8.0`. |
||
---|---|---|
.. | ||
export.cpp | ||
export.h | ||
export_plugin.cpp | ||
export_plugin.h | ||
godot_plugin_config.cpp | ||
godot_plugin_config.h | ||
gradle_export_util.cpp | ||
gradle_export_util.h | ||
logo.svg | ||
run_icon.svg |