Android Studio Check Gradle Version
Android Studio -> File -> Project Structure -> Project
- Gradle Version
- Android Plugin Version: 4.3.2 for Android Studio 3.3
NOTE: Android Studio How to Check and Update Gradle Version
Android Gradle plugin vs Gradle
The Android Studio build system is based on Gradle, and the Android Gradle plugin adds several features that are specific to building Android apps. Although the Android plugin is typically updated in lock-step with Android Studio, the plugin (and the rest of the Gradle system) can run independent of Android Studio and be updated separately. - Source