android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.33k stars 1.63k forks source link

Update workflow to use JDK 17 #454

Closed alexvanyo closed 5 months ago

alexvanyo commented 5 months ago

AGP 8.0 and beyond require using JDK 17, and previously the workflow was using JDK 11 which blocks updating to AGP 8.0+.

Updating to use JDK 17 on all projects required bumping various projects to be compatible. Since I just wanted to unblock #453, I did not bump everything all the way to latest.