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

View File

@@ -1,6 +0,0 @@
{
"keyAlias": "public",
"keyPassword": "123456",
"storeFileName": "universal.p12",
"storePassword": "123456"
}