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
Windows
1
有批量添加签名配置文件的功能吗
The text was updated successfully, but these errors were encountered:
好想法,可以考虑添加这个功能。
还没想好交互以及数据格式,比如使用json还是使用gradle中的格式,单个签名配置需要有如下信息:
storeFileAlias "" // APP自定义的属性“签名别名”,用来区分多个签名文件,下面其他参数与android项目中配置一致 storeFile file('/path/to/key.keystore') storePassword 'pwd' keyAlias 'keyAlias' keyPassword 'pwd'
Sorry, something went wrong.
好想法,可以考虑添加这个功能。 还没想好交互以及数据格式,比如使用json还是使用gradle中的格式,单个签名配置需要有如下信息: storeFileAlias "" // APP自定义的属性“签名别名”,用来区分多个签名文件,下面其他参数与android项目中配置一致 storeFile file('/path/to/key.keystore') storePassword 'pwd' keyAlias 'keyAlias' keyPassword 'pwd'
可以添加 包名和签名配置的功能吗?即选择apk 自动选择签名配置,这样就不用来回选择签名配置了
No branches or pull requests
系统类型
Windows
系统版本
1
软件版本
1
问题描述
有批量添加签名配置文件的功能吗
复现步骤
The text was updated successfully, but these errors were encountered: