dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.89k stars 523 forks source link

[build] Do not provision JDK 8 #8999

Closed pjcollins closed 3 weeks ago

pjcollins commented 3 weeks ago

Removes JDK 8 provisioning logic as it appears to not be needed.

The version of JDK 17 that is installed has been bumped to 17.0.11, and aarch64 packages will now be used on macOS when applicable.