Releases: google/bundletool
Releases · google/bundletool
0.7.2
What's new
- Flag
--universal
replaced with--mode=universal
(--universal
will be removed in a future release). - New support for generating standalone APKs to be put on the system image (
--mode=SYSTEM
) - New support for generating APEX files.
Bugs fixed
- 64-bit libraries no longer included in generated APKs if 32-bit RenderScript bitcode is present (not supported by Android platform).
0.7.1
0.7.0
0.6.2
0.6.1
What's new
build-apks --connected-device
command now also builds instant apks.extract-apks
now only extracts install-time modules for persistent (not instant) variants.get-device-spec
command now also detects device features.- New flag
--overwrite
in thedevice-spec
command to overwrite the output file if it already exists. - Added support for ANDROID_SERIAL environmental variable to specify a particular device as an alternative to device-id in
get-device-spec
,install-apks
andbuild-apks
commands. If both are present device-id's value is choosen.
0.6.0
0.5.1
0.5.0
What's new
- Added support for
--device-spec
flag in thebuild-apks
command in order to build APKs only for a specific device. - New flag
--overwrite
in thebuild-apks
command to overwrite the output file if it already exists. - Flags can now be passed in format
--flag=value
or--flag value
.
Bugs fixed
install-apks
command now also able to install to pre-L devices.- Embedded wear APKs now also signed when a keystore is provided.
- Fix split name of the fallback for language assets directory.
0.4.2
What's new
-
Added optional
--connected-device
flag to thebuild-apks
command. When specified, a cut-down APK Set archive will be created containing APKs optimized only for the connected device. This will reduce the build time, but the APK Set is guaranteed to support only that specific device. -
When using
extract-apks
,install-apks
andbuild-apks
with the--connected-device
flag, we are now checking compatibility of the connected device or the device spec file with the App Bundle or APK Set. The error will be returned if the compatibility check fails (for example because of unsupported ABI).
Bugs fixed
0.4.1
What's new
- Added optional
--modules
flag toextract-apks
andinstall-apks
commands. When specified and the device matches split APKs, then only APKs of the specified modules will be extracted.
Bugs fixed
- Fix NullPointerException thrown by
extract-apks
andinstall-apks
commands on Windows.