Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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
4 tasks done
JefFO0 opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@JefFO0
Copy link

JefFO0 commented Aug 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is there a StackOverflow question about this issue?

  • I have searched StackOverflow

Is this an issue related to one of the samples?

  • Yes, this is a specific issue related to this samples repo.

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

  • I agree to follow this project's Code of Conduct
@JefFO0 JefFO0 added bug Something isn't working triage me Issue that needs to be triaged labels Aug 7, 2024
@escaper01
Copy link

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

@riggaroo riggaroo removed the triage me Issue that needs to be triaged label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
4 participants