Upgrade AGP from 4.2.3 to 7.0.4

java_describe
Benoit Marty 2021-09-13 14:35:27 +02:00
parent cbc6886a37
commit 9b2c116fbd
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
// Release notes of Android Gradle Plugin (AGP):
// https://developer.android.com/studio/releases/gradle-plugin
classpath 'com.android.tools.build:gradle:7.0.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files