From 531ba0d5bdc903c37e98128f04a85e0a146d23b7 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期三, 28 六月 2023 16:47:11 +0800 Subject: [PATCH] 调整uni --- app/build.gradle | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7ac585a..f994f32 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 @@ -69,7 +69,8 @@ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' // implementation 'org.greenrobot:eventbus:3.0.0' implementation 'com.hdl.hdlhttp:hxhttp:1.0.4' - +//Link鏈湴搴� + implementation project(path: ':HDLLinkLocalSdk') //********UniSDK蹇呴』娣诲姞鐨勪緷璧� start******** implementation "androidx.recyclerview:recyclerview:1.0.0" -- Gitblit v1.8.0