-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: enable to set android min api #295
Conversation
…api argument of d8 tool
Maybe we can also add the multidex in this PR as well as it's a closely related matter. |
Multidex is a legacy feature for Dalvik. |
Still we need to handle that. AFAIK the d8 tool will generate multiple dex files. Currently we then only add the main dex file to the exported game together with the bootstrap dex file. |
I dont think so. |
Add androidMinApi parameter to gradle plugin to enable specify --min-api argument of d8 tool