Target API 28 and ARM64 on Android (per Google Play submission requirements)

This commit is contained in:
Joshua Granick
2019-07-10 15:35:21 -07:00
parent 703a57b6fa
commit 3de9f59091
2 changed files with 2 additions and 1 deletions

View File

@@ -240,6 +240,7 @@ class HXProject extends Script
else
{
architectures = [Architecture.ARMV7];
if (target == ANDROID) architectures.push(Architecture.ARM64);
}
}
else if (target == Platform.TVOS)