Skip to content

Commit 51176c6

Browse files
1 parent 375e062 commit 51176c6

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
@@ -101,7 +101,7 @@
101101
<XABuildToolsFolder Condition="'$(XABuildToolsFolder)' == ''">29.0.2</XABuildToolsFolder>
102102
<XAPlatformToolsVersion>29.0.5</XAPlatformToolsVersion>
103103
<XAIncludeProprietaryBits Condition="'$(XAIncludeProprietaryBits)' == ''">False</XAIncludeProprietaryBits>
104-
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">0.10.2</XABundleToolVersion>
104+
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">0.14.0</XABundleToolVersion>
105105
<XAManifestMergerToolVersion Condition="'$(XAManifestMergerToolVersion)' == ''">26.5.0</XAManifestMergerToolVersion>
106106
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' And '$(NUGET_PACKAGES)' != '' ">$(NUGET_PACKAGES)</XAPackagesDir>
107107
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' ">$(XamarinAndroidSourcePath)\packages</XAPackagesDir>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### bundletool version update to 0.14.0
2+
3+
The version of the [`bundletool`][bundletool] executable included in
4+
Xamarin.Android has been updated from 0.10.2 to [0.14.0][bundletool-0.14.0],
5+
bringing in several improvements and bug fixes.
6+
7+
[bundletool]: https://developer.android.com/studio/command-line/bundletool
8+
[bundletool-0.14.0]: https://github.com/google/bundletool/releases/tag/0.14.0

0 commit comments

Comments
 (0)