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 SDK component for API-32 (#156)
Context: https://dl-ssl.google.com/android/repository/repository2-3.xml
Context: dotnet/android@e4b3adb
Update the preferred Android SDK component versions to the current latest
versions listed in the [Android Repository file][0]:
* `$(AndroidSdkPlatformToolsVersion)`/platform-tools to 32.0.0
* `$(AndroidSdkPlatformVersion)`/platform to android-32
* `$(AndroidNdkVersion)`/NDK to 23.1.7779620
`$(AndroidSdkBuildToolsVersion)` is left at 30.0.3, even though
32.0.0 exists, so that `dx` can continue to be used, and because the
default Android SDK packages within Visual Studio only includes
30.0.3. (The package list needs to be updated.)
[0]: https://dl-ssl.google.com/android/repository/repository2-3.xml
0 commit comments