We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> 好想法,可以考虑添加这个功能。
还没想好交互以及数据格式,比如使用json还是使用gradle中的格式,单个签名配置需要有如下信息: storeFileAlias "" // APP自定义的属性“签名别名”,用来区分多个签名文件,下面其他参数与android项目中配置一致 storeFile file('/path/to/key.keystore') storePassword 'pwd' keyAlias 'keyAlias' keyPassword 'pwd'
还没想好交互以及数据格式,比如使用json还是使用gradle中的格式,单个签名配置需要有如下信息:
storeFileAlias "" // APP自定义的属性“签名别名”,用来区分多个签名文件,下面其他参数与android项目中配置一致 storeFile file('/path/to/key.keystore') storePassword 'pwd' keyAlias 'keyAlias' keyPassword 'pwd'
可以添加 包名和签名配置的功能吗?即选择apk 自动选择签名配置,这样就不用来回选择签名配置了
Originally posted by @424385117 in #9 (comment)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
095f9d3
使用方法:
如果需要根据apk文件的包名自动匹配之前使用的签名,需要在设置页面开启【是否自动匹配签名】并配置appt目录:
这样在【签名APP】页面选择apk时就会默认自动匹配同一包名之前成功过的签名信息。
如果想切换为其他签名,选择修改签名即可:
No branches or pull requests
可以添加 包名和签名配置的功能吗?即选择apk 自动选择签名配置,这样就不用来回选择签名配置了
Originally posted by @424385117 in #9 (comment)
The text was updated successfully, but these errors were encountered: