cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
yngwie_lucero
Dynatrace Advisor
Dynatrace Advisor

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'
    }
}

rootbuildgradle.png

Version history
Last update:
‎24 Nov 2022 11:06 PM
Updated by:
Comments
ChadTurner
DynaMight Legend
DynaMight Legend

Thank you @yngwie_lucero for sharing this