Skip to content

0.4.0

Compare
Choose a tag to compare
@plecesne plecesne released this 21 May 18:35
· 68 commits to master since this release

What's new

  • Language splits enabled by default for all bundles. If not desired, this can be disabled in the gradle config.

  • For bundles built with bundletool 0.4.0, the dist: prefix is now enforced on all attributes of the <dist:module> tag in the AndroidManifest.xml (for on-demand modules).

  • For bundles built with bundletool 0.4.0, resources with the default density are moved to config splits if they have alternative density configurations, and resources with a single density configuration are moved to the master split.

  • Read the persist.sys.locale value of the device to detect the current language selected on the device when present.

  • standalone is now a valid module name.