From cf9fbc863649fb6e119867f401923ba39f5d26aa Mon Sep 17 00:00:00 2001 From: huangjian Date: Fri, 18 Nov 2022 19:04:27 +0800 Subject: [PATCH] =?UTF-8?q?vasdolly=E6=89=93=E5=8C=85=E7=94=9F=E6=88=90apk?= =?UTF-8?q?=E5=90=8D=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 520fe5616..87211500f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -273,7 +273,7 @@ channel { outputDir = new File(project.buildDir, "channelapk") //多渠道包的命名规则,默认为:${appName}-${versionName}-${versionCode}-${flavorName}-${buildType}-${buildTime} 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) fastMode = false //buildTime的时间格式,默认格式:yyyyMMdd-HHmmss