From c5d6cd26914de914881f30963493f5f04b681992 Mon Sep 17 00:00:00 2001
From: 刘卫锦 <lwj@hdlchina.com.cn>
Date: 星期五, 30 六月 2023 10:28:34 +0800
Subject: [PATCH] Merge branch 'master' of http://172.16.1.23:6688/r/~wjc/HDLPhotovoltaicDebugAPP

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

diff --git a/app/build.gradle b/app/build.gradle
index a2a4d12..726ffc1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,14 +4,14 @@
 //蹇呴』閰嶇疆uni
 def mfph = [
         //瀹夸富鍖呭悕
-        "apk.applicationId": "com.hdl.photovoltaic",
+        "apk.applicationId": "com.hdl.photovoltaic1",
 ]
 
 android {
     compileSdk 32
 
     defaultConfig {
-        applicationId "com.hdl.photovoltaic"
+        applicationId "com.hdl.photovoltaic1"
         minSdk 23
         targetSdk 32
         versionCode 1
@@ -63,7 +63,10 @@
     implementation 'androidx.navigation:navigation-fragment:2.3.5'
     implementation 'androidx.navigation:navigation-ui:2.3.5'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+
     implementation project(path: ':third-zxing')
+    //Link鏈湴搴�
+    implementation project(path: ':HDLLinkLocalSdk')
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

--
Gitblit v1.8.0