Merge branch 'develop' into DeprecatedGradleFeatures

This commit is contained in:
Joseph Cloutier
2022-06-12 10:00:23 -04:00
16 changed files with 126 additions and 32 deletions

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<ndll name="::extensionLowerCase::" />
<ndll name="::extensionLowerCase::" unless="android" />
<!-- Use the following for an Android Java extension, not needed otherwise -->
<dependency name="::extensionLowerCase::" path="dependencies/android" if="android" />
<android extension="org.haxe.extension.::className::" />
</project>
</project>