新增打包签名配置和密钥库管理
- 打包功能新增签名配置功能,支持设置签名密钥和签名方案(V1、V1 + V2等) - 新增密钥库管理,支持创建和删除自定义签名密钥库等
This commit is contained in:
@@ -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 */ {
|
||||
|
||||
Reference in New Issue
Block a user