All Projects → lizhangqu → MultiChannel

lizhangqu / MultiChannel

Licence: other
多渠道打包Gradle插件

Programming Languages

groovy
2714 projects
java
68154 projects - #9 most used programming language

多渠道打包Gradle插件

配置渠道

apply plugin: 'com.lizhangqu.multichannel'
multiChannel {
    channels = ["baidu", "qihu", "google", "huawei", "xiaomi", "wandoujia", "anzhi", "uc", "tencent", "wangyi", "youmeng"]
}

之后会往META-INF/channel.data下写入渠道信息

开启v2签名后会扔异常!!禁用即可

生成渠道包

gradle clean multiChannelDebug
gradle clean multiChannelRelease

产物位于 ${project}/build/outputs/apk/channel下

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].