From e54c6323719239d381311f8de7e9e9b0ce404b74 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 14 四月 2025 16:55:08 +0800
Subject: [PATCH] 2025年04月14日16:55:06
---
app/build.gradle | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index a6d2ebb..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 1
+ versionCode 10
versionName "1.1.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
--
Gitblit v1.8.0