Update dependencies

This commit is contained in:
世界 2023-08-24 11:59:45 +08:00
parent 0b0140cb54
commit 1d578acb74
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 9 additions and 9 deletions

View file

@ -6,8 +6,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' 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
}