Commit bbe85df
authored
[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.xml1 parent a7f4d30 commit bbe85df
File tree
1 file changed
+3
-3
lines changed- src/Xamarin.Android.Tools.AndroidSdk
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments