This release introduces a major update, switching the implementation to use JavaClassWrapper
and the bundled AndroidRuntime
plugin.
What's new
-
Gradle builds are no longer required, this plugin is now compatible with non-Gradle exports.
-
The
lightStatusBar
andlightNavigationBar
boolean properties have been removed. The plugin now automatically updates the status bar and navigation bar icons, so manual adjustments are no longer needed.
Migration Guide
To transition to this new version:
- Ensure you are using Godot 4.4+.
- Delete the previous plugin folder and replace it with the artifact from this release.
- The required changes are minimal, but please review the updated README and make the necessary adjustments accordingly.
Compatibility
- main branch and 2.x plugins are only compatible with Godot 4.4+.
- 1.x branch and plugins will continue to support and are compatible with Godot 4.2+.