Commit dc6d74d7 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Commit Bot

android: Update bundletool binary to 0.5.0

This release contains a bugfix required to generate Android
app bundle APKs archives that can be installed on all devices.

For more context, see:
https://buganizer.corp.google.com/issues/110777526

BUG=846633,820459
R=agrieve@chromium.org, bensmason@chromium.org, yfriedman@chromium.org

Change-Id: Ic71445f49a4548c8610f5d18598cdd3d3d5692c4
Reviewed-on: https://chromium-review.googlesource.com/1135127Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: David Turner <digit@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574608}
parent 001fc64f
......@@ -412,7 +412,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_tools_bundletool',
'version': 'version:0.4.2-cr0',
'version': 'version:0.5.0-cr0',
},
],
'condition': 'checkout_android',
......
......@@ -17,7 +17,7 @@ BUNDLETOOL_DIR = os.path.abspath(os.path.join(
__file__, '..', '..', '..', '..', 'third_party', 'android_build_tools',
'bundletool'))
BUNDLETOOL_VERSION = '0.4.2'
BUNDLETOOL_VERSION = '0.5.0'
BUNDLETOOL_JAR_PATH = os.path.join(
BUNDLETOOL_DIR, 'bundletool-all-%s.jar' % BUNDLETOOL_VERSION)
......
Name: Android SDK bundletool
Short Name: bundletool
Version: 0.4.2
Version: 0.5.0
License: Apache Version 2.0
License File: NOT_SHIPPED
Security Critical: No
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment