Improve dashboard

This commit is contained in:
世界 2024-03-12 13:59:24 +08:00
parent f0acb0999b
commit 096d5ef43d
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
45 changed files with 507 additions and 272 deletions

View file

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