-
Notifications
You must be signed in to change notification settings - Fork 50
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
[native_assets_cli] Add JarAsset
s
#1350
Comments
We also need a |
And a This also allows us to evaluate android sdk version comparisons at compile time and tree shake unused code away similar to how |
That seems like a confusing name though because we also have a |
It seems that the reviewer on #49 should have done more bike shedding! 🤔 (Note: I have never seen someone use target SDK and max SDK versions. The NDK compiler doesn't even take take them as options. Only min SDK is implemented there. And it's not called min. It's just the target tripple.) |
|
JarAsset
in the API.flutter_tools
.This would solve:
We didn't have a tracking bug for this yet, just some loose references in various places (for example #878 (comment)).
The text was updated successfully, but these errors were encountered: