Bump Android Gradle Plugin to 7.2.0

This commit is contained in:
2022-05-12 21:57:55 +08:00
parent 472af837e5
commit 144111115e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
//file:noinspection unused
plugins {
id 'com.android.application' version '7.1.3' apply false
id 'com.android.library' version '7.1.3' apply false
id 'com.android.application' version '7.2.0' apply false
id 'com.android.library' version '7.2.0' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}