Update Gradle & PlatformSDK

This commit is contained in:
2022-10-06 01:03:08 +08:00
parent 5888d139b3
commit edc462e161
2 changed files with 7 additions and 7 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
}