android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.32k stars 11.62k forks source link

Project uses AGP version which is incompatible with latest stable version of Android Studio (Chipmunk) #869

Closed dturner closed 2 years ago

dturner commented 2 years ago

When importing the project into Android Studio Chipmunk (Patch 2) I get the following error when performing a gradle sync:

Gradle sync failed: The project is using an incompatible version (AGP 7.3.0-beta05) of the Android Gradle plugin. Latest supported version is AGP 7.2.2

Is there a reason why we need to use AGP 7.3.0-beta05? If not, we should downgrade the dependency.