Skip to content

Commit f3d420a

Browse files
committed
[build] Bump Android tools versions
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml Context: dotnet#6469 Context: dotnet#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 dotnet#6469, dotnet#6764.)
1 parent c80dfff commit f3d420a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
<XABuildTools30PackagePrefix Condition=" '$(HostOS)' == 'Windows' ">$(XABuildTools30PackagePrefixWindows)</XABuildTools30PackagePrefix>
140140
<XABuildTools30Version>30.0.3</XABuildTools30Version>
141141
<XABuildTools30Folder Condition="'$(XABuildTools30Folder)' == ''">30.0.3</XABuildTools30Folder>
142-
<XAPlatformToolsPackagePrefix Condition=" '$(HostOS)' == 'Darwin' ">e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.</XAPlatformToolsPackagePrefix>
143-
<XAPlatformToolsVersion>31.0.3</XAPlatformToolsVersion>
142+
<XAPlatformToolsPackagePrefix Condition=" '$(HostOS)' == 'Darwin' "></XAPlatformToolsPackagePrefix>
143+
<XAPlatformToolsVersion>32.0.0</XAPlatformToolsVersion>
144144
<XAIncludeProprietaryBits Condition="'$(XAIncludeProprietaryBits)' == ''">False</XAIncludeProprietaryBits>
145145
<XABundleToolVersion Condition="'$(XABundleToolVersion)' == ''">1.8.1</XABundleToolVersion>
146146
<XAPackagesDir Condition=" '$(XAPackagesDir)' == '' And '$(HostOS)' == 'Windows'">$(userprofile)\.nuget\packages</XAPackagesDir>

0 commit comments

Comments
 (0)