Update Gradle & PlatformSDK

This commit is contained in:
2022-09-28 19:53:27 +08:00
parent 4c55ff93f1
commit 5542cdef64
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
}