新增打包签名配置和密钥库管理
- 打包功能新增签名配置功能,支持设置签名密钥和签名方案(V1、V1 + V2等) - 新增密钥库管理,支持创建和删除自定义签名密钥库等
This commit is contained in:
9
app/src/main/res/menu/menu_manage_key_store.xml
Normal file
9
app/src/main/res/menu/menu_manage_key_store.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/action_delete_all"
|
||||
android:icon="@drawable/ic_delete_all"
|
||||
android:title="@string/text_delete_all"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
||||
Reference in New Issue
Block a user