To upgrade gradle version first you have to
update this line :
distributionUrl=https://services.gradle.org/distributions/gradle-7.6.3-all.zip
to the desired gradle verion in the gradle-wrapper.properties file. Then in the terminal you have to type
:cd android
followed with
: ./gradlew
by doing this you can upgrade gradle version