From d8a4151b56f04796dff5bc4164246732036c05f9 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 06 十一月 2024 18:14:27 +0800
Subject: [PATCH] 增加uni请求功能http接口

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

diff --git a/app/build.gradle b/app/build.gradle
index 0f82273..1c77e84 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -24,12 +24,12 @@
             keyPassword '85521566'
         }
     }
-    compileSdkVersion 31
+    compileSdkVersion 34
     defaultConfig {
         applicationId "com.hdl.photovoltaic"
         minSdkVersion 23
-        targetSdkVersion 31
-        versionCode 1
+        targetSdkVersion 34
+        versionCode 2
         versionName "1.5.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
@@ -152,8 +152,8 @@
     //浜岀淮鐮佸簱
     implementation project(path: ':third-zxing')
     //Link鏈湴搴擄紙鍦ㄧ嚎渚濊禆缃戠粶搴擄級
-    implementation 'com.hdl.android:pmsdk:1.0.2'
-    implementation 'com.hdl.android:debugsdk:1.0.33'
+    implementation 'com.hdl.android:pmsdk:1.0.9'
+    implementation 'com.hdl.android:debugsdk:1.0.54'
 
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'

--
Gitblit v1.8.0