From 1f3acf4c29f367e40a3f589b51176ed24e28948f Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 02 九月 2025 17:54:42 +0800
Subject: [PATCH] 2025年09月02日17:54:39
---
app/build.gradle | 32 ++++++++++++++++++++------------
1 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 4c24bb6..378881d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,24 +13,24 @@
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'
}
}
- compileSdkVersion 34
+ compileSdk 34
defaultConfig {
applicationId "com.hdl.photovoltaic"
- minSdkVersion 23
- targetSdkVersion 34
- versionCode 2
- versionName "1.5.1"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑
+ minSdk 23
+ targetSdk 34
+ versionCode 17
+ versionName "1.4.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = mfph
@@ -108,6 +108,7 @@
buildFeatures {
viewBinding true
+ aidl true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -152,15 +153,17 @@
//浜岀淮鐮佸簱
implementation project(path: ':third-zxing')
//Link鏈湴搴擄紙鍦ㄧ嚎渚濊禆缃戠粶搴擄級
- implementation 'com.hdl.android:pmsdk:1.0.9'
- implementation 'com.hdl.android:debugsdk:1.0.65'
-// implementation project(path:':sdk')
+ implementation 'com.hdl.android:pmsdk:1.0.11'
+// implementation 'com.hdl.android:debugsdk:1.0.71'
+ implementation project(path: ':sdk')
+ implementation 'androidx.activity:activity:1.2.3'
+ implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
// implementation 'org.greenrobot:eventbus:3.0.0'
- implementation 'com.hdl.hdlhttp:hxhttp:1.0.4'
+ implementation 'com.hdl.hdlhttp:hxhttp:1.0.4'//1.0.4
//okhttp 鎵撳嵃
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1'
@@ -204,13 +207,18 @@
//鍒嗘瀽鍜岀敤鎴锋爣绛剧瓑鍔熻兘(鍙�夛紝闆嗘垚鏋佸厜鍒嗘瀽SDK鍚庯紝鍗冲彲鏀寔琛屼负瑙﹀彂鎺ㄩ�佹秷鎭�佹帹閫佽浆鍖栫巼缁熻锛岀敤鎴疯涓哄垎)
implementation 'cn.jiguang.sdk:joperate:2.0.2'
-
//鑻ヤ笉闆嗘垚鍘傚晢閫氶亾锛屽彲鐩存帴璺宠繃浠ヤ笅渚濊禆
// 鏋佸厜鍘傚晢鎻掍欢鐗堟湰涓庢帴鍏� JPush 鐗堟湰淇濇寔涓�鑷达紝涓嬪悓
// 鎺ュ叆鍗庝负鍘傚晢
implementation 'com.huawei.hms:push:6.9.0.300'
implementation 'cn.jiguang.sdk.plugin:huawei:5.0.3'
implementation 'com.huawei.agconnect:agconnect-core:1.9.1.301'
+
+ //鍙嬬洘
+ implementation 'com.umeng.umsdk:common:9.5.6'// 蹇呴��
+ implementation 'com.umeng.umsdk:asms:1.6.3'// 蹇呴��
+ implementation 'com.umeng.umsdk:apm:1.7.0' // 閿欒鍒嗘瀽
+
// // 鎺ュ叆 FCM 鍘傚晢
// implementation 'com.google.firebase:firebase-messaging:23.1.2'
// implementation 'cn.jiguang.sdk.plugin:fcm:5.0.3'
--
Gitblit v1.8.0