Update Gradle & PlatformSDK

This commit is contained in:
2022-09-28 19:53:27 +08:00
parent bdcbca37e7
commit e23a3a1fea
2 changed files with 6 additions and 6 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
}