I have interested with this project.
So I have tried to compile this project in Android Studio Flamingo | 2022.2.1 Patch 1. It was built on April 20, 2023.
But when sync project with gradle files, following error occurred.
The project is using an incompatible version (AGP 8.1.0-alpha11) of the Android Gradle plugin. Latest supported version is AGP 8.0.1
See Android Studio & AGP compatibility options.
So I changed version "8.1.0-alpha11" to version "8.0.1" in the Gradle file.
Then another error is displayed.
How can I compile?
Should I use other version?