Upgrade Android Gradle Plugin to 7.2.1

This commit is contained in:
Jarne Demeulemeester 2022-05-27 09:48:23 +02:00
parent a28fbce908
commit 17149d20bb
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2

View file

@ -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")