update Gradle and Android Gradle Plugin (#2380)

This commit is contained in:
Konrad Pozniak 2022-03-13 16:08:15 +01:00 committed by GitHub
commit 90ceb9514e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 161 additions and 112 deletions

View file

@ -6,7 +6,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.4"
classpath "com.android.tools.build:gradle:7.1.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.1.0"
}