Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tools] Add $(Android*Version) Properties (#1195)
Fixes: #1165 Add the following overridable properties: * `$(AndroidSdkPlatformToolsVersion)`: The preferred/default version of the Android SDK `platform-tools` package. * `$(AndroidSdkToolsVersion)`: The preferred/default version of the Android SDK `tools` package. * `$(AndroidNdkVersion)`: The preferred/default version of the Android NDK. The Visual Studio (+ for Mac) SDK Manager will eventually use these values to determine which package versions to install.
- Loading branch information