update dep (#35)

enable code shrinking
remove gson
This commit is contained in:
ketal
2024-06-28 13:33:38 +08:00
committed by GitHub
parent dbb7c8d8f6
commit e7f3c5850b
20 changed files with 410 additions and 249 deletions

View File

@@ -1,5 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.2.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.kotlinAndroid) apply false
}