From 705006fe0c1187ace53ee6505f71ba98fe4b44e6 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期五, 26 四月 2024 18:27:45 +0800 Subject: [PATCH] 2024年04月26日18:26:42 --- app/build.gradle | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 75aeb39..1271f2f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ defaultConfig { applicationId "com.hdl.photovoltaic" minSdk 23 - targetSdk 28 + targetSdk 30 versionCode 1 versionName "1.3.2"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -121,7 +121,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: ':pickerview') + //鍥捐〃搴� + implementation project(path: ':aa_chart_core') //鍥藉鍒楄〃鍜屾墜鏈哄尯鍙峰簱 implementation project(path: ':countrypicker') //浜岀淮鐮佸簱 @@ -140,7 +143,7 @@ //Eventbus浜嬩欢鍙戝竷涓庢帴鏀� implementation 'org.greenrobot:eventbus:3.3.1' - //灞忓箷閫傞厤 + //灞忓箷閫傞厤搴� implementation 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' //鍥剧墖鍔犺浇搴� @@ -176,12 +179,6 @@ implementation 'cn.jiguang.sdk:jpush-google:5.2.2' //鍒嗘瀽鍜岀敤鎴锋爣绛剧瓑鍔熻兘(鍙�夛紝闆嗘垚鏋佸厜鍒嗘瀽SDK鍚庯紝鍗冲彲鏀寔琛屼负瑙﹀彂鎺ㄩ�佹秷鎭�佹帹閫佽浆鍖栫巼缁熻锛岀敤鎴疯涓哄垎) implementation 'cn.jiguang.sdk:joperate:2.0.2' - - //PickerView - implementation 'com.contrarywind:Android-PickerView:4.1.9' - - - -- Gitblit v1.8.0