Skip to content

Commit ca1552d

Browse files
dellis1972jonpryor
authored andcommitted
[Xamarin.Android.Tools.AndroidSdk] Update platform-tools for API-T (#203)
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml Context: https://developer.android.com/studio/releases/platform-tools As of 2023-Mar-03 (according to comments in `repository2-3.xml`), the Android SDK platform-tools package version 34.0.1 is now (1) stable, and (2) the *only* platform-tools package listed in `repository2-3.xml`. Changes from 33.0.2 include: * Various changes to `adb` * Various changes to `fastboot` Update `$(AndroidSdkPlatformToolsVersion)` to 34.0.1 so that the Android SDK platform-tools 34.0.1 package is the default version used in Xamarin.Android / .NET Android builds. TODO: Visual Studio 17.7 will be updated to install platform-tools 34.0.1 by default as well.
1 parent 9f02d77 commit ca1552d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<!--
55
This file contains the versions of the tooling which will be installed
66
by default on a users machine. They should be the latest stable versions
7-
which xamarin.android works with.
8-
9-
If this file is changed the submodule for androidtools should be updated,
10-
along with any other repo which references androidtools.
7+
which xamarin.android works with.
8+
9+
If this file is changed the submodule for androidtools should be updated,
10+
along with any other repo which references androidtools.
1111
-->
1212
<AndroidSdkBuildToolsVersion Condition="'$(AndroidSdkBuildToolsVersion)' == ''">32.0.0</AndroidSdkBuildToolsVersion>
1313
<AndroidCommandLineToolsVersion Condition=" '$(AndroidCommandLineToolsVersion)' == '' ">7.0</AndroidCommandLineToolsVersion>
14-
<AndroidSdkPlatformToolsVersion Condition="'$(AndroidSdkPlatformToolsVersion)' == ''">33.0.2</AndroidSdkPlatformToolsVersion>
14+
<AndroidSdkPlatformToolsVersion Condition="'$(AndroidSdkPlatformToolsVersion)' == ''">34.0.1</AndroidSdkPlatformToolsVersion>
1515
<AndroidSdkEmulatorVersion Condition="'$(AndroidSdkEmulatorVersion)' == ''"></AndroidSdkEmulatorVersion>
1616
<AndroidSdkPlatformVersion Condition="'$(AndroidSdkPlatformVersion)' == ''">android-33</AndroidSdkPlatformVersion>
1717
<AndroidNdkVersion Condition="'$(AndroidNdkVersion)' == ''">24.0.8215888</AndroidNdkVersion>
1818

1919
<!-- obsolete; should consider removing eventually -->
2020
<AndroidSdkToolsVersion Condition="'$(AndroidSdkToolsVersion)' == ''">26.1.1</AndroidSdkToolsVersion>
2121
</PropertyGroup>
22-
</Project>
22+
</Project>

0 commit comments

Comments
 (0)