From 4f12f1e3543fce41e71ae9e21a782f8d9cb41947 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 07 七月 2025 10:45:11 +0800 Subject: [PATCH] Merge branch '1.3.1' into dev --- app/build.gradle | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 79af1d0..6574e05 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,8 +29,8 @@ applicationId "com.hdl.photovoltaic" minSdk 23 targetSdk 34 - versionCode 4 - versionName "1.1.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 + versionCode 14 + versionName "1.3.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph @@ -157,6 +157,7 @@ // 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' @@ -206,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