on 24 Nov 2022 11:06 PM
When opening the project in Android Studio, in the Android view (Left pane), there is a Gradle Scripts section. Inside, there is a file called build.gradle (Project: <ProjectName>) which will contain the used version of the Android Gradle plugin:
buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.4.1' } }