Commit 440e6be
authored
[Xamarin.Android.Tools.AndroidSdk] Update SDK component for API-31 (#134)
Context: https://dl-ssl.google.com/android/repository/repository2-1.xml
Update the preferred Android SDK component versions to the current latest
versions listed in the [Android Repository file][0]:
* `$(AndroidSdkBuildToolsVersion)`/build-tools to 31.0.0
* `$(AndroidCommandLineToolsVersion)`/cmdline-tools to 5.0
* `$(AndroidSdkPlatformToolsVersion)`/platform-tools to 31.0.3
* `$(AndroidSdkPlatformVersion)`/platform to android-31
* `$(AndroidNdkVersion)`/ndk-bundle to 22.1.7171670
Note: there is an NDK r23 package in `ndk;23.0.7599858`, and
xamarin-android supports NDK r23 as of
[dotnet/android@f361d997][2], but that is installed into
a *versioned* directory, a'la `$ANDROID_SDK_ROOT/ndk/23.0.7599858`,
which (1) may not be fully supported, and (2) *isn't* supported
by the Android SDK Manager.
The latest `ndk-bundle` package is 22.1.7171670.
Additionally, the Android SDK `tools` component has been
[deprecated since 2017-Sep][1]. Add a comment noting that
`$(AndroidSdkToolsVersion)` should be considered obsolete, and that
we should eventually remove it.
[0]: https://dl-ssl.google.com/android/repository/repository2-1.xml
[1]: https://developer.android.com/studio/releases/sdk-tools
[2]: http://github.com/xamarin/xamarin-android/commit/f361d997807504a69c29163811f362da701410b61 parent 9b658b2 commit 440e6be
File tree
1 file changed
+8
-6
lines changed- src/Xamarin.Android.Tools.AndroidSdk
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
0 commit comments