Closed giuppe closed 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
AndroidPlatform.hx
This is because the ProjectXMLParser is missing the related case - there is one for gradle-version but nothing for gradle-plugin.
ProjectXMLParser
gradle-version
gradle-plugin
Adding the tag:
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#L477This is because the
ProjectXMLParser
is missing the related case - there is one forgradle-version
but nothing forgradle-plugin
.