Update dependencies

This commit is contained in:
世界
2023-11-10 10:53:07 +08:00
parent 4295c30503
commit 8950a041a2
5 changed files with 3 additions and 72 deletions

View File

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