Upgrade AGP from 4.2.3 to 7.0.4
This commit is contained in:
parent
cbc6886a37
commit
9b2c116fbd
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
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
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
Loading…
Reference in a new issue