Upgrade to android API level 21.

This commit is contained in:
Apprentice-Alchemist
2022-02-03 17:23:43 +01:00
parent 45955412eb
commit b15dcb94c1
2 changed files with 6 additions and 14 deletions

View File

@@ -1,8 +1,6 @@
<xml>
<set name="PLATFORM" value="android-16" if="android" unless="HXCPP_ARM64 || HXCPP_X86_64" />
<set name="PLATFORM" value="android-21" if="android HXCPP_ARM64" />
<set name="PLATFORM" value="android-21" if="android HXCPP_X86_64" />
<set name="PLATFORM" value="android-21" if="android" />
<set name="HXCPP_CPP11" value="1" />
<include name="${HXCPP}/build-tool/BuildCommon.xml" />