Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes: #6354
Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1414786

Context: https://github.com/google/bundletool/releases/tag/1.8.1
Context: google/bundletool#241

Changes: google/bundletool@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'
  • Loading branch information
jonathanpeppers authored and jonpryor committed Oct 5, 2021
1 parent 0a6f9bd commit f686d63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration.props
Expand Up @@ -126,7 +126,7 @@
<XAPlatformToolsPackagePrefix Condition=" '$(HostOS)' == 'Darwin' ">b2be9c80582174e645d3736daa0d44d8610b38a8.</XAPlatformToolsPackagePrefix>
<XAPlatformToolsVersion>30.0.2</XAPlatformToolsVersion>
<XAIncludeProprietaryBits Condition="'$(XAIncludeProprietaryBits)' == ''">False</XAIncludeProprietaryBits>
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">1.4.0</XABundleToolVersion>
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">1.8.1</XABundleToolVersion>
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' And '$(HostOS)' == 'Windows'">$(userprofile)\.nuget\packages</XAPackagesDir>
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' And '$(HostOS)' != 'Windows'">$(HOME)/.nuget/packages</XAPackagesDir>
<MauiFeedUrl>https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json</MauiFeedUrl>
Expand Down
8 changes: 8 additions & 0 deletions 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

0 comments on commit f686d63

Please sign in to comment.