Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to google/bundletool@f5c6dc66 (dotnet#5411)
Context: https://github.com/google/bundletool/releases/tag/1.2.0 Changes: google/bundletool@1.2.0...1.4.0 1.3.0 * Support generating and embedding source stamps in `.apk` files generated from Android App Bundles. * `output-format` option for `build-apks` command that allows to choose output format for generated `.apk`s: APK Set archive or directory. * `include-metadata` option for `extract-apks` command that allows to produce `metadata.json` file which contains information about extracted `.apk`s: module name and delivery type of the `.apk`. 1.4.0 * Introduced DexMergingStrategy option in BundleConfig that allows to skip dex merging for multidex applications with minSdk below 21. * Conditional install-time modules can now depend on other install-time modules. Other changes: * Make `Configuration.props` changes trigger all test runs.
- Loading branch information