If you are using Android Studio and want to know what Gradle version you have been using with it, then you can follow one of the below options.
Option 1: Using Module Settings
1) Right Click on the project/module folder in your Android Studio IDE and click on "Open Module Settings"
2) Now go to the Project tab, here you will see the "Android Gradle Plugin Version" and the "Gradle Version"
You can even change the Gradle version using the dropdown.
1) Right Click on the project/module folder in your Android Studio IDE and click on "Open Module Settings"
2) Now go to the Project tab, here you will see the "Android Gradle Plugin Version" and the "Gradle Version"

You can even change the Gradle version using the dropdown.
Option 2: Using the gradle-wrapper.properties file
1) Open the Gradle Scripts folder under your App Module in Android Studio IDE.
2) Now, click on gradle-wrapper.properties and look for distributionUrl value.
Example:distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
3) Looking at this value, you know that the Gradle version here is 8.0
Using the Terminal in Android Studio
1) Open Terminal in Android Studio by going to Menu: View -> Tool Window -> Terminal
2) Now type ./gradlew --version and you will know the Gradle Build version details.
macOS % ./gradlew --version
Welcome to Gradle 8.0!
For more details see https://docs.gradle.org/8.0/release-notes.html
------------------------------------------------------------
Gradle 8.0
------------------------------------------------------------
Build time: 2023-02-13 13:15:21 UTC
Revision: 62ab9b7c7f884426cf79fbedcf07658b2dbe9e97
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 20.0.1 (Amazon.com Inc. 20.0.1+9-FR)
OS: Mac OS X 14.0 x86_64
Facing issues? Have Questions? Post them here! I am happy to answer!
- Locate MainActivity Java or Kotlin file in Android Studio
- Android Studio setup was canceled - How to resume
- The selected device is incompatible : Android Studio
- Android Studio : Change FAB icon color : FloatingActionButton
- How to rename package name in Android Studio
- Android Emulator Screenshot saved location
- Android Activity Main xml stuck loading
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Event Log] Android Studio performance could be improved
- The package must have at least one . separator [Android Studio]
- Android Studio SDK Build-tools 23 rc2 not getting installed
- Android Emulator window was out of view and was recentered
- Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading.
- How to Import External Jars to Android Studio Project
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Create assets folder in Android Studio
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- Android Emulator 5.1.1 not loading on Mac OS X Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- [Android Studio] How to locate code for activity_main.xml
- groovy.lang.MissingPropertyException No such property Error
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Step-by-Step: How to install Flutter in Android Studio
- [Solved] Error launching studio
- Change battery percentage in Android Emulator - Android
- Facebook | Error : Sorry, something went wrong We're working on it and we'll get it fixed as soon as we can - Facebook
- Git Remove Untracked Files using Command - Git
- How to Exit a File in Terminal (Bash/Zsh) - Linux
- Notepad++ Replace space with Dot - NotepadPlusPlus
- [Solution] Installing Whatsapp There's insufficient space on the device - WhatsApp
- Java Program to generate random string - Java
- Open VS Code Command Palette using Keyboard Shortcut - Shortcuts