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
[Xamarin.Android.Build.Tasks] don't require JDK 11 for build-tools 30 (#5231)
Fixes: #5234
I was building a project and hit:
error XA0032: Java SDK 11.0 or above is required when using Android SDK Build-Tools 30.0.2.
This is actually not true anymore as of c50df1c. Let's drop this
check, and just require JDK 1.8.
0 commit comments