Update Gradle & PlatformSDK

- Update Android Gradle Plugin version to 7.3.1
- Update Kotlin version to 1.7.20
This commit is contained in:
2022-10-20 00:15:31 +08:00
parent 41136687dd
commit f3f157ea94
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'com.google.devtools.ksp' version '1.7.10-1.0.6'
id 'com.google.devtools.ksp' version '1.7.20-1.0.7'
}
android {