chore: migrate build script from groovy to kts

- using SweetDependency, SweetProperty
- merge singing key file configs to properties
- update gradle and dependencies
This commit is contained in:
2023-09-19 05:02:15 +08:00
parent 00512d6f95
commit b0a6c71300
14 changed files with 321 additions and 263 deletions

1
.secret/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/secret.properties

View File

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