vasdolly打包生成apk名字修改
This commit is contained in:
@@ -273,7 +273,7 @@ channel {
|
|||||||
outputDir = new File(project.buildDir, "channelapk")
|
outputDir = new File(project.buildDir, "channelapk")
|
||||||
//多渠道包的命名规则,默认为:${appName}-${versionName}-${versionCode}-${flavorName}-${buildType}-${buildTime}
|
//多渠道包的命名规则,默认为:${appName}-${versionName}-${versionCode}-${flavorName}-${buildType}-${buildTime}
|
||||||
def only64 = onlyArm64 ? "-only64" : ""
|
def only64 = onlyArm64 ? "-only64" : ""
|
||||||
apkNameFormat = 'big_goose-${buildType}only64-${flavorName}-v${versionName}-${buildTime}'.replace("only64", only64)
|
apkNameFormat = 'peko-${buildType}only64-${flavorName}-v${versionName}-${buildTime}'.replace("only64", only64)
|
||||||
//快速模式:生成渠道包时不进行校验(速度可以提升10倍以上,默认为false)
|
//快速模式:生成渠道包时不进行校验(速度可以提升10倍以上,默认为false)
|
||||||
fastMode = false
|
fastMode = false
|
||||||
//buildTime的时间格式,默认格式:yyyyMMdd-HHmmss
|
//buildTime的时间格式,默认格式:yyyyMMdd-HHmmss
|
||||||
|
Reference in New Issue
Block a user