Update dependencies

This commit is contained in:
世界 2023-10-03 12:00:00 +08:00
parent 7930d42994
commit fcafd5f956
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 12 additions and 7 deletions

View file

@ -6,8 +6,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id 'com.android.application' version '8.1.2' apply false
id 'com.android.library' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false
}