Skip to content

Commit

Permalink
[build] Bump Android tools versions (#6772)
Browse files Browse the repository at this point in the history
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml
Context: #6469
Context: #6764

Bump `$(XAPlatformToolsVersion)`=32.0.0, which is the current
non-RC `platform-tools` Android SDK package version.

We are already on the latest `build-tools` package version, and on
the latest NDK r23.* version.  (There are NDK r24 and r25 versions,
but we don't support them yet; see also PR #6469, #6764.)
  • Loading branch information
jonpryor authored Feb 17, 2022
1 parent 1e12463 commit e4b3adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration.props
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
<XABuildTools30PackagePrefix Condition=" '$(HostOS)' == 'Windows' ">$(XABuildTools30PackagePrefixWindows)</XABuildTools30PackagePrefix>
<XABuildTools30Version>30.0.3</XABuildTools30Version>
<XABuildTools30Folder Condition="'$(XABuildTools30Folder)' == ''">30.0.3</XABuildTools30Folder>
<XAPlatformToolsPackagePrefix Condition=" '$(HostOS)' == 'Darwin' ">e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.</XAPlatformToolsPackagePrefix>
<XAPlatformToolsVersion>31.0.3</XAPlatformToolsVersion>
<XAPlatformToolsPackagePrefix Condition=" '$(HostOS)' == 'Darwin' "></XAPlatformToolsPackagePrefix>
<XAPlatformToolsVersion>32.0.0</XAPlatformToolsVersion>
<XAIncludeProprietaryBits Condition="'$(XAIncludeProprietaryBits)' == ''">False</XAIncludeProprietaryBits>
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">1.8.1</XABundleToolVersion>
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' And '$(HostOS)' == 'Windows'">$(userprofile)\.nuget\packages</XAPackagesDir>
Expand Down

0 comments on commit e4b3adb

Please sign in to comment.