google / automotive-design-compose

Automotive Design for Compose is an extension to Jetpack Compose that allows every screen, component, and overlay of your Android App to be defined in Figma, and lets you see the latest changes to your Figma design in your app, immediately!
https://google.github.io/automotive-design-compose/
Apache License 2.0
112 stars 16 forks source link

Update reference apps to use Gradle 8.0 / AGP 8 #892

Open timothyfroehlich opened 6 months ago

timothyfroehlich commented 6 months ago

We try to keep the reference apps supporting older versions of Android Studio. Right now the minimum is Android Studio Dolphin, which is five versions behind the current stable, Iguana. I think it's time to update to support Flamingo / AGP 8.0 / Gradle 8.0. This will remove some deprecated build configuration and reduce surprise CI failures that stem from some change being incompatible with the old releases.

timothyfroehlich commented 3 weeks ago

This is blocking the upgrade to Compose 1.7.x: #1617