From f1dee05c63ddef0fc4d8d912e86842e6a2b69111 Mon Sep 17 00:00:00 2001 From: YunLei Date: Thu, 17 Aug 2023 16:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2d027b4..cf11995 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { // minSdkVersion 26 minSdkVersion 21 targetSdkVersion 25 - versionCode 20109 - versionName "2.1.9" + versionCode 30000 + versionName "3.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" ndk { @@ -115,7 +115,7 @@ android { applicationVariants.all { variant -> variant.outputs.all { output -> def fileName - fileName = "Yzx_${variant.versionName}.apk" + fileName = "Yzx_ebrand_${variant.versionName}.apk" output.outputFileName = fileName } }