android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

[Bug]: The project is using an incompatible version (AGP 8.5.0) of the Android Gradle plugin. Latest supported version is AGP 8.5.0-beta02 #1441

Open JefFO0 opened 1 month ago

JefFO0 commented 1 month ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

Is this an issue related to one of the samples?

Sample app

Jetsnack

What happened?

The project uses a version of AGP which does not exist

Relevant logcat output

The project is using an incompatible version (AGP 8.5.0) of the Android Gradle plugin. Latest supported version is AGP 8.5.0-beta02

Code of Conduct

escaper01 commented 1 month ago

I had the same issue just go to this file libs.versions.toml under [versions] I made this change androidGradlePlugin = "8.4.1" then you can start syncing your gradle and VOILA