Changes between Version 8 and Version 9 of mcp_pconline


Ignore:
Timestamp:
12/23/2016 10:19:12 AM (9 years ago)
Author:
luochengbin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mcp_pconline

    v8 v9  
    11'''现在统一使用新的多渠道打包方式,主要为了提高打包效率和方便打多渠道加固包。''' 
    22 
    3 '''旧多渠道打包方式:''' 
     3 
     4== '''旧多渠道打包方式:''' == 
     5 
    46 
    57使用gradle 脚本重复编译,并在编译前替换项目配置文件中的魔方渠道字段: 
     8 
     9{{{ 
    610    productFlavors { 
    711        markets.each { 
     
    1317        } 
    1418    } 
     19}}} 
     20 
    1521 
    1622此方法重复编译导致打100个渠道需要几小时,并且对于不支持多渠道打包的加固平台(腾讯御安全)耗时更高。