You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments