Update dependencies

This commit is contained in:
世界
2023-12-07 22:07:17 +08:00
parent eb3bdfa415
commit 96e369e829
3 changed files with 12 additions and 7 deletions

View File

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