From f686d6342fbf80e6d7501c60a6c98d75b3959bdf Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 1 Oct 2021 20:40:48 -0500 Subject: [PATCH] Bump to google/bundletool/1.8.1@5ba6c05 (#6358) Fixes: https://github.com/xamarin/xamarin-android/issues/6354 Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1414786 Context: https://github.com/google/bundletool/releases/tag/1.8.1 Context: https://github.com/google/bundletool/issues/241 Changes: https://github.com/google/bundletool/compare/1.4.0...1.8.1 `dotnet build -c Release -t:Install` fails on an API-31 emulator with: [BT : 1.4.0] error : Error retrieving device density. Please try again. Updating `bundletool` with the fix: Android12 emulator fails due to 'Error retrieving device density' --- Configuration.props | 2 +- Documentation/release-notes/bundletool-1.8.1.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Documentation/release-notes/bundletool-1.8.1.md diff --git a/Configuration.props b/Configuration.props index 2e4318eeb99..8b353191848 100644 --- a/Configuration.props +++ b/Configuration.props @@ -126,7 +126,7 @@ b2be9c80582174e645d3736daa0d44d8610b38a8. 30.0.2 False - 1.4.0 + 1.8.1 $(userprofile)\.nuget\packages $(HOME)/.nuget/packages https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json diff --git a/Documentation/release-notes/bundletool-1.8.1.md b/Documentation/release-notes/bundletool-1.8.1.md new file mode 100644 index 00000000000..b295ef52f6a --- /dev/null +++ b/Documentation/release-notes/bundletool-1.8.1.md @@ -0,0 +1,8 @@ +### bundletool version update to 1.8.1 + +The version of the [`bundletool`][bundletool] executable included in +Xamarin.Android has been updated from 1.4.0 to [1.8.1][bundletool-1.8.1], +bringing in several improvements and bug fixes. + +[bundletool]: https://developer.android.com/studio/command-line/bundletool +[bundletool-1.8.1]: https://github.com/google/bundletool/releases/tag/1.8.1 \ No newline at end of file