Skip to content
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

Copy bundled resources and js in Android App Bundle builds #21738

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2018

  1. Copy bundled resources and js in Android App Bundle builds

    Android App Bundle builds use the packageBundle and bundle tasks instead
    of the package and assemble tasks the APK builds use. Because of this,
    the resources and js bundles weren't getting copied into the final
    artifact. In an App Bundle build, the merged assets must be present
    during the buildPreBundle step in order to arrive in the App Bundle.
    edilaic committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    d874b6d View commit details
    Browse the repository at this point in the history