You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SyedHassan0514 our QuickStart project uses AGP 8.3.1 so I am not surprised that downgrading ran into these issues. I would recommend upgrading your project to support AGP 8.3.1 with Gradle 8.4, which according to Google is the latest version.
If you absolutely need to use the older version of gradle and cannot upgrade, you should check out an older version of our qucikstart such as the git hash 6fb3036fe0f2fd783a79a233c435c7f9f78ef7ba which is before we upgraded AGP and gradle.
The project is using an incompatible version (AGP 8.3.1) of the Android Gradle plugin. Latest supported version is AGP 8.1.0.
When changed the AGP to 8.1 it gives the below error.
Minimum supported Gradle version is 8.4. Current version is 8.1.
The text was updated successfully, but these errors were encountered: