chore: migrate build script from groovy to kts

- using SweetDependency, SweetProperty
- change support min sdk to 24
- merge singing key file configs to properties
- update gradle and dependencies
This commit is contained in:
2023-09-16 00:55:45 +08:00
parent f520983d32
commit 5b4da6df45
10 changed files with 204 additions and 161 deletions

5
build.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
autowire(libs.plugins.android.application) apply false
autowire(libs.plugins.kotlin.android) apply false
autowire(libs.plugins.kotlin.ksp) apply false
}