新增打包签名配置和密钥库管理

- 打包功能新增签名配置功能,支持设置签名密钥和签名方案(V1、V1 + V2等)
- 新增密钥库管理,支持创建和删除自定义签名密钥库等
This commit is contained in:
luckyloogn
2024-12-31 19:52:24 +08:00
parent 09c1069d16
commit 925f22ccc8
37 changed files with 2276 additions and 1 deletions

View File

@@ -193,6 +193,14 @@ dependencies /* Unclassified */ {
// Toaster
implementation("com.github.getActivity:Toaster:12.6")
implementation("com.github.getActivity:EasyWindow:10.3")
// apksigner
implementation("com.github.TimScriptov:apksigner:1.2.0")
// room
implementation("androidx.room:room-runtime:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
ksp("androidx.room:room-compiler:2.6.1")
}
dependencies /* MIME */ {