-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Handling dynamic version codes for ABI-specific APKs #15
Comments
Thanks @ph0b If that's not available with the new DSL, we should file a feature request on tools.android.com, if this is available we should update our sample to use it. Let's keep this issue open to track the latter. |
// You can modify configuration for each variant. |
Thanks for the pointer. I couldn't find how to read the version code from there either. |
/cc @rschiu |
seems to be experimental related, closing |
When different APKs are generated for each ABIs, these must have different version codes in order to be published to the Play Store as multiple APKs for a single application.
With the previous DSL, this could be easily accomplished using such task:
or by modifying the version code from a flavor declaration:
This behavior should be part of the samples whether they're using splits or abiFilters to generate arch-specific APKs.
However, I couldn't find a way to do the same with the new DSL, could you look into implementing this with the new DSL ?
The text was updated successfully, but these errors were encountered: