update Android Gradle Plugin to 7.2.2 (#2639)

This commit is contained in:
Konrad Pozniak 2022-08-07 19:13:34 +02:00 committed by GitHub
parent 042176e523
commit d5b3b2088f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "com.android.tools.build:gradle:7.2.0"
classpath "com.android.tools.build:gradle:7.2.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
}