From 20ad67e1db72d7a8c2824bc75398e37af6b10d66 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 29 四月 2024 14:26:05 +0800
Subject: [PATCH] 2024年04月29日14:25:20

---
 app/build.gradle |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 016ef7e..c0fe43a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -28,14 +28,14 @@
     defaultConfig {
         applicationId "com.hdl.photovoltaic"
         minSdk 23
-        targetSdk 30
+        targetSdk 28
         versionCode 1
-        versionName "1.2.1"//鐗堟湰瑙勫垯1.2鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�1鏄垜浠慨澶峛ug鐢ㄧ殑
+        versionName "1.3.3"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
         manifestPlaceholders = mfph
         ndk {
-            abiFilters 'x86', 'armeabi-v7a', "arm64-v8a" //涓嶆敮鎸乤rmeabi
+            abiFilters 'armeabi-v7a', "arm64-v8a" //涓嶆敮鎸乤rmeabi
         }
 
         manifestPlaceholders = [
@@ -62,6 +62,10 @@
         ]
 
     }
+    // 淇濊瘉鍏朵粬鐨刲ib娌℃湁琚玴reDex
+    dexOptions {
+        preDexLibraries = false
+    }
     repositories {
         flatDir {
             dirs 'libs'
@@ -84,7 +88,7 @@
 
     buildTypes {
         release {
-            minifyEnabled false
+            minifyEnabled false //寮�鍚贩娣�
             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
             signingConfig signingConfigs.release
         }
@@ -122,9 +126,9 @@
     implementation project(path: ':countrypicker')
     //浜岀淮鐮佸簱
     implementation project(path: ':third-zxing')
-    //Link鏈湴搴�
-    implementation project(path: ':HDLLinkPMSdk')
-    implementation 'com.hdl.android.link.local.sdk:localsdk:1.0.0'
+    //Link鏈湴搴擄紙鍦ㄧ嚎渚濊禆缃戠粶搴擄級
+    implementation 'com.hdl.android:pmsdk:1.0.2'
+    implementation 'com.hdl.android:debugsdk:1.0.16'
 
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
@@ -142,6 +146,9 @@
     //鍥剧墖鍔犺浇搴�
     implementation 'com.github.bumptech.glide:glide:4.13.0'
     annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
+
+    //娣诲姞StatusBarUtil鐨勪緷璧�
+    implementation 'com.jaeger.statusbarutil:library:1.5.1'
 
 
     //********UniSDK蹇呴』娣诲姞鐨勪緷璧� start********
@@ -174,6 +181,10 @@
     implementation 'com.contrarywind:Android-PickerView:4.1.9'
 
 
+
+
+
+
     //鑻ヤ笉闆嗘垚鍘傚晢閫氶亾锛屽彲鐩存帴璺宠繃浠ヤ笅渚濊禆
     // 鏋佸厜鍘傚晢鎻掍欢鐗堟湰涓庢帴鍏� JPush 鐗堟湰淇濇寔涓�鑷达紝涓嬪悓
     // 鎺ュ叆鍗庝负鍘傚晢

--
Gitblit v1.8.0