Update dependencies

This commit is contained in:
世界
2024-01-05 00:15:01 +08:00
parent 76eb0988f3
commit f129c4351d
5 changed files with 5 additions and 72 deletions

View File

@@ -6,8 +6,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'com.android.application' version '8.2.1' apply false
id 'com.android.library' version '8.2.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
id 'com.github.triplet.play' version '3.8.4' apply false