Access the Gradle settings Use the Gradle settings to configure the build and run actions for each linked Gradle project, a Gradle version, importing of the project’s changes, and so on. In the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Build, Execution, Deployment| Gradle .
Read moreWhat is latest version of Gradle?
Android Gradle plugin release notes
Read moreHow do I know if Gradle is installed?
You run Gradle via the gradle command. To check if Gradle is properly installed just type gradle -v . The output shows the Gradle version and also the local environment configuration (groovy and JVM version, etc.). The displayed Gradle version should match the distribution you have downloaded.
Read moreWhat is my android Gradle version?
File->Project Structure->Project pane->”Android plugin version”.
Read moreHow do I find my Gradle version?
In Android Studio, go to File > Project Structure. Then select the “project” tab on the left . Your Gradle version will be displayed here.22 May 2017
Read more