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

fix(android)(9_0_X): production builds no longer copy AAB to distribution folder as of 9.0.1 #11645

Merged
merged 4 commits into from
Apr 30, 2020

Commits on Apr 17, 2020

  1. fix(android): production builds don't copy AAB to distribution folder

    - Regression introduced in 9.0.1 by using newest Android gradle tool.
      * Google renamed built AAB file and Titanium failed to find the file.
      * AAB file was stilling be built, just not be copied to given destination folder.
    - Added APK and AAB file validation. Will now trigger build failure if files were not found.
    jquick-axway committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    727ef87 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    688c72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09d24d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    17373cb View commit details
    Browse the repository at this point in the history