hi, when i try to run a code i downloaded from git...
# general
b
hi, when i try to run a code i downloaded from github, i get this error, can you help?
b
The error message is telling you that your locally declared version of gradle for the project is only 6.2 and that the requirements for the Android Gradle Plugin is 6.7.1.
The error message also tells you what file to modify in order to change your local version of Gradle.
b
thank you, how can i fix it?
b
The error message also tells you what file to modify in order to change your local version of Gradle.
👆 1
b
thank you so much it worked