From eff16e743837060200df71524f0dccfab3edd392 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 21 Feb 2025 17:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E4=BB=B6=E5=90=8D?= 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 28e28f64..c8bed266 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,7 +95,7 @@ android { } def abi = output.getFilter(com.android.build.OutputFile.ABI) if (abi == null) abi = "all" - def fileName = "NX_mpapp_v${defaultConfig.versionName}_${new Date(System.currentTimeMillis()).format("yyyyMMdd")}_${abi}.apk" + def fileName = "NX_mpapp_v${defaultConfig.versionName}_${new Date(System.currentTimeMillis()).format("yyyyMMdd")}.apk" outputFileName = fileName } }