1On your Android or Intellij Project, go to:
2
3yourprojectname/gradle/wrapper/gradle-wrapper.properties.
4Property distributionUrl should be:
5
6distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
7
8If it's an older version then change it, run ./gradlew clean build and try again.