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

- 打包功能新增签名配置功能,支持设置签名密钥和签名方案(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

@@ -256,6 +256,9 @@
<activity android:name="org.autojs.autojs.ui.project.ProjectConfigActivity" />
<activity
android:name="org.autojs.autojs.ui.keystore.ManageKeyStoreActivity" />
<activity
android:name="org.autojs.autojs.ui.log.LogActivity"
android:exported="true"