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
Currently there are some scenarios in which these defaults get picked up and used within various CI / CD services such as AppCenter. Instead of picking up old values, we should set these to be more recent.
The text was updated successfully, but these errors were encountered:
There are three Android SDK version MSBuild properties that we should bump in
Xamarin.Android.Common.targets
:$(AndroidSdkBuildToolsVersion)
$(AndroidSdkPlatformToolsVersion)
$(AndroidSdkToolsVersion)
Here are the current defaults:
Here is the latest versions as of Android 8.1:
build-tools
: 27.0.3platform-tools
: 27.0.1sdk tools
: 26.1.1Currently there are some scenarios in which these defaults get picked up and used within various CI / CD services such as AppCenter. Instead of picking up old values, we should set these to be more recent.
The text was updated successfully, but these errors were encountered: