As you update the version of Android Studio IDE, the version of Gradle will also get updated, or you will receive a prompt asking to update to the latest version of Gradle that's available that is compatible with your Android Studio.
But if you missed it, and want to update the Gradle Build tool to the latest version available, you can do that manually, but make sure that which versions will work with Android Studio plugin versions.
Plugin version Minimum required Gradle version
-----------------------------------------------------------
8.2 8.1
8.1 8.0
8.0 8.0
7.4 7.5
7.3 7.4
7.2 7.3.3
7.1 7.2
7.0 7.0
4.2.0+ 6.7.1
4.1.0+ 6.5+
4.0.0+ 6.1.1+
3.6.0 - 3.6.4 5.6.4+
3.5.0 - 3.5.4 5.4.1+
3.4.0 - 3.4.3 5.1.1+
3.3.0 - 3.3.3 4.10.1+
3.2.0 - 3.2.1 4.6+
3.1.0+ 4.4+
3.0.0+ 4.1+
2.3.0+ 3.3+
2.1.3 - 2.2.3 2.14.1 - 3.5
2.0.0 - 2.1.2 2.10 - 2.13
1.5.0 2.2.1 - 2.13
1.2.0 - 1.3.1 2.2.1 - 2.9
1.0.0 - 1.1.3 2.2.1 - 2.3
Update Gradle Version Manually
You can update the gradle version in two ways.
Option 1:
- Open Android Studio IDE
- Go to: File -> Project Structure -> Project
- Now select the Gradle version you want from the drop-down

Option 2:
If you wish to set the gradle version via the command line (terminal) run the below command.
Example:gradle wrapper --gradle-version 8.0
-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Gradle,
- Task is ambiguous in root project gradle-examples. Candidates are: myTask1, myTask2
- How to create Gradle Multi-Project in IntelliJ
- Find installed Gradle version command
- Adding Jackson dependency to Java Gradle Project
- Gradle FAILURE: Build failed with an exception - Task not found in root project
- Create a Gradle Java Project in VS Code
- Generate Project Dependency tree using Gradle Command
- Fix: Spring Boot + IntelliJ + Gradle : Unsupported class file major version 64 Error
- Fix: Unsupported Java. Your build is currently configured to use Java 17.0.5 and Gradle 7.1.
- Run IntelliJ Java main method without Gradle build
- Fix: Deprecated Gradle features were used in this build, making it incompatible with Gradle
- Installing Gradle on macOS - Gradle Tutorial
- Fix: Invalid Gradle JDK configuration found. Could not find the required JavaSDK
- How to Clear Gradle Cache on Mac
- How to run Gradle build in offline mode
- Install Gradle VS Code for Java Projects
- How to add maven central repository in build.gradle
More Posts:
- 24: Append One String to Another in Python Program - Python-Programs
- Vertically Center Text in a DIV Element - CSS
- Fix: Error: error:0308010C:digital envelope routines::unsupported NodeJs/Vue/React - JavaScript
- SQLite Error: unknown command or invalid arguments: open. Enter .help for help - Android
- Get HTTP Request Response Headers Safari Browser - MacOS
- iOS 14 Airpods Connected message everytime when the iPhone is unlocked - Apple
- Ubuntu zsh: command not found: nano - zsh
- Program 12: Calculate Area and Circumference of Circle - 1000+ Python Programs - Python-Programs