Skip to content

Commit 989dc07

Browse files
Context: https://github.com/google/bundletool/releases/tag/1.8.1 Changes: google/bundletool@1.4.0...1.8.1 Fixes: #6354 `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' google/bundletool#241
1 parent d7c0578 commit 989dc07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Configuration.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<XAPlatformToolsPackagePrefix Condition=" '$(HostOS)' == 'Darwin' ">b2be9c80582174e645d3736daa0d44d8610b38a8.</XAPlatformToolsPackagePrefix>
127127
<XAPlatformToolsVersion>30.0.2</XAPlatformToolsVersion>
128128
<XAIncludeProprietaryBits Condition="'$(XAIncludeProprietaryBits)' == ''">False</XAIncludeProprietaryBits>
129-
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">1.4.0</XABundleToolVersion>
129+
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">1.8.1</XABundleToolVersion>
130130
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' And '$(HostOS)' == 'Windows'">$(userprofile)\.nuget\packages</XAPackagesDir>
131131
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' And '$(HostOS)' != 'Windows'">$(HOME)/.nuget/packages</XAPackagesDir>
132132
<MauiFeedUrl>https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json</MauiFeedUrl>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### bundletool version update to 1.8.1
2+
3+
The version of the [`bundletool`][bundletool] executable included in
4+
Xamarin.Android has been updated from 1.4.0 to [1.8.1][bundletool-1.8.1],
5+
bringing in several improvements and bug fixes.
6+
7+
[bundletool]: https://developer.android.com/studio/command-line/bundletool
8+
[bundletool-1.8.1]: https://github.com/google/bundletool/releases/tag/1.8.1

0 commit comments

Comments
 (0)