From 51cf30e470e7b353cef9628e6e585bededb39d23 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 14 四月 2025 17:44:22 +0800 Subject: [PATCH] 2025年04月14日17:44:19 --- app/build.gradle | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 53caeb2..94f678b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,13 +13,13 @@ signingConfigs { debug { storeFile file('../keystore/Untitled') - keyAlias 'photovotaic' + keyAlias 'hdlphotovotaic' storePassword '85521566' keyPassword '85521566' } release { storeFile file('../keystore/Untitled') - keyAlias 'photovotaic' + keyAlias 'hdlphotovotaic' storePassword '85521566' keyPassword '85521566' } @@ -30,7 +30,7 @@ minSdk 23 targetSdk 34 versionCode 4 - versionName "1.1.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 + versionName "1.2.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph @@ -90,7 +90,7 @@ */ android.applicationVariants.configureEach { variant -> variant.outputs.configureEach { - outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(2)}.apk" + outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(1)}.apk" } } -- Gitblit v1.8.0