openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
763 stars 375 forks source link

Fix: attribute "gradle-plugin" of android config is never read #1858

Closed giuppe closed 2 weeks ago

giuppe commented 2 weeks ago

Adding the tag:

<android gradle-plugin="8.7.0" />

to Project.xml has no effect right now, while in AndroidPlatform.hx it is considered valid: https://github.com/openfl/lime/blob/36b14e946935f1560e9cbdaa7b010cdfbf16017e/tools/platforms/AndroidPlatform.hx#L477

This is because the ProjectXMLParser is missing the related case - there is one for gradle-version but nothing for gradle-plugin.