Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to xamarin/xamarin-android-tools/master@a6a23bb5 (#4891)
Changes: dotnet/android-tools@3974fc3...a6a23bb * dotnet/android-tools@a6a23bb: [Xamarin.Android.Tools.AndroidSdk] Default SDK component versions (#93) * dotnet/android-tools@32a1e2c: [build] fail macOS build if tests fail (#94) * dotnet/android-tools@79a0141: Return a default for unknown API levels (#90) Of particular note is dotnet/android-tools@a6a23bb: In order to ensure that both Xamarin.Android and the macOS installer use the same default version numbers for Android SDK components, we are now using `Xamarin.Android.Tools.Versions.props` to contain default version number information. This file is maintained in the xamarin/xamarin-android-tools repo and will be imported via `external/xamarin-android-tools`: <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <AndroidSdkBuildToolsVersion Condition="'$(AndroidSdkBuildToolsVersion)' == ''">29.0.2</AndroidSdkBuildToolsVersion> … The new file is imported from `Xamarin.Android.Common.props`.
- Loading branch information