Upgrade Android Gradle Plugin to 7.2.1
This commit is contained in:
parent
a28fbce908
commit
17149d20bb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:7.2.0")
|
||||
classpath("com.android.tools.build:gradle:7.2.1")
|
||||
|
||||
val kotlinVersion = "1.6.21"
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
|
|
Loading…
Reference in a new issue