Update dependencies

This commit is contained in:
世界 2024-06-11 22:46:19 +08:00
parent 1b6dd2e216
commit 382b10621c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 10 additions and 10 deletions

View file

@ -5,10 +5,10 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.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.android.application' version '8.4.2' apply false
id 'com.android.library' version '8.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'com.google.devtools.ksp' version '1.9.23-1.0.20' apply false
id 'com.github.triplet.play' version '3.8.4' apply false
}