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 moreHow do I change the Gradle version in Windows?
One way to upgrade the Gradle version is manually change the distributionUrl property in the Wrapper’s gradle-wrapper. properties file . The better and recommended option is to run the wrapper task and provide the target Gradle version as described in Adding the Gradle Wrapper.
Read moreWhat is the current Gradle version?
The current Gradle release is version 7.4 , released on 08 Feb 2022. The distribution zip file comes in two flavors: Binary-only. Complete, with docs and sources.9 Mar 2022
Read moreWhat is Gradle for Android?
Android Studio uses Gradle, an advanced build toolkit , to automate and manage the build process, while allowing you to define flexible custom build configurations. Each build configuration can define its own set of code and resources, while reusing the parts common to all versions of your app.
Read moreWhat is my Android Studio 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.
Read moreHow do I download the latest Gradle version in Android Studio?
Android Studio will download gradle to sub dir named by a hash.
Read more