Two Easy Ways to Check the Gradle Version in Your Android Studio Project (2024)

0 views Sep 27, 2024
publisher-openvideo

Code Major

In this video, I’ll show you how to check the Gradle version in your Android Studio project, in two simple ways. Whether you're new to Android development or just need a quick refresher, these methods will help you easily find which Gradle version your project is using. Using the right Gradle version is key to ensuring smooth builds and compatibility with Android Studio. Check out this video, so you can keep your project running smoothly. Method 1: Through the gradle-wrapper.properties file. Method 2: Using the terminal with a simple command. Chapters: 0:00 Aim 0:07 Method 1 0:48 Method 2