We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d9222 commit 8bd11a4Copy full SHA for 8bd11a4
README.md
@@ -83,6 +83,7 @@
83
- 自定义空文件名的前辍(目前是 ```c_```)
84
- 在打包之前先判断选中的apk是否已经签名,如果没有则先签名
85
- 添加支持选择项目路径外的apk文件进行多渠道打包
86
+- buildType 添加支持美团新一代渠道包生成方式 Walle
87
88
有什么问题欢迎大家在 [Issues](https://github.com/nukc/ApkMultiChannelPlugin/issues) 中提问
89
@@ -93,6 +94,7 @@
93
94
- [美团Android自动化之旅—生成渠道包](http://tech.meituan.com/mt-apk-packaging.html)
95
- [apksigner](https://developer.android.com/studio/command-line/apksigner.html)
96
- [packer-ng-plugin](https://github.com/mcxiaoke/packer-ng-plugin)
97
+- [新一代开源Android渠道包生成工具Walle](http://tech.meituan.com/android-apk-v2-signature-scheme.html)
98
99
同时感谢 [dim](https://github.com/zzz40500) 和 [区长](https://github.com/lizhangqu) 的指点迷津。
100
0 commit comments