From b654a332a95018eb05f67e08f7adcac74ec7ca33 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 14 四月 2025 17:29:48 +0800
Subject: [PATCH] 2025年04月14日17:29:43

---
 app/build.gradle |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 79af1d0..1c24c2a 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'
         }
@@ -29,7 +29,7 @@
         applicationId "com.hdl.photovoltaic"
         minSdk 23
         targetSdk 34
-        versionCode 4
+        versionCode 10
         versionName "1.1.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
@@ -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(4)}.apk"
         }
     }
 

--
Gitblit v1.8.0