Update Gradle & PlatformSDK

This commit is contained in:
2022-10-01 00:18:09 +08:00
parent 936a5b6802
commit 1973c1acaf
3 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
}