From 13b3e727a6c252887cea8aa6b0856c967f036731 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 20 九月 2024 10:55:39 +0800
Subject: [PATCH] 登录功能、地图功能、首页table
---
app/build.gradle | 42 ++++++++++++++++++++++++++++++++----------
1 files changed, 32 insertions(+), 10 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 25c2156..e0a9d76 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -67,6 +67,18 @@
viewBinding {
enabled = true;
}
+ packagingOptions {
+ exclude 'META-INF/DEPENDENCIES'
+ // 濡傛灉浣犺繕閬囧埌鍏朵粬閲嶅鐨凪ETA-INF鏂囦欢锛屼篃鍙互娣诲姞绫讳技鐨勬帓闄よ鍒�
+ exclude 'META-INF/LICENSE'
+ exclude 'META-INF/LICENSE.txt'
+ exclude 'META-INF/NOTICE'
+ exclude 'META-INF/NOTICE.txt'
+ // RocketMQ鐗规湁鐨勬帓闄ら」锛堝鏋滈渶瑕侊級
+ exclude 'META-INF/INDEX.LIST'
+ exclude 'META-INF/spring.factories'
+ exclude 'META-INF/spring.handlers'
+ }
}
@@ -115,31 +127,31 @@
// //鎺ㄩ�佺浉鍏�
// // 姝ゅ浠Push 5.0.0 鐗堟湰涓轰緥锛�5.0.0 鐗堟湰寮�濮嬪彲浠ヨ嚜鍔ㄦ媺鍙� JCore 鍖咃紝鏃犻渶鍙﹀閰嶇疆
- implementation 'cn.jiguang.sdk:jpush:5.2.2'
+// implementation 'cn.jiguang.sdk:jpush:5.2.2'
// //鑻ヤ笉闆嗘垚鍘傚晢閫氶亾锛屽彲鐩存帴璺宠繃浠ヤ笅渚濊禆
// // 鏋佸厜鍘傚晢鎻掍欢鐗堟湰涓庢帴鍏� JPush 鐗堟湰淇濇寔涓�鑷达紝涓嬪悓
// // 鎺ュ叆鍗庝负鍘傚晢
- implementation 'com.huawei.hms:push:6.5.0.300'
- implementation 'cn.jiguang.sdk.plugin:huawei:5.2.2'
+// implementation 'com.huawei.hms:push:6.5.0.300'
+// implementation 'cn.jiguang.sdk.plugin:huawei:5.2.2'
// // 鎺ュ叆 FCM 鍘傚晢
// implementation 'com.google.firebase:firebase-messaging:23.0.5'
// implementation 'cn.jiguang.sdk.plugin:fcm:5.2.2'
// // 鎺ュ叆榄呮棌鍘傚晢
- implementation 'cn.jiguang.sdk.plugin:meizu:5.2.2'
+// implementation 'cn.jiguang.sdk.plugin:meizu:5.2.2'
// // 鎺ュ叆 VIVO 鍘傚晢
- implementation 'cn.jiguang.sdk.plugin:vivo:5.2.2'
+// implementation 'cn.jiguang.sdk.plugin:vivo:5.2.2'
// // 鎺ュ叆灏忕背鍘傚晢
- implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.2'
+// implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.2'
// // 鎺ュ叆 OPPO 鍘傚晢
// implementation 'cn.jiguang.sdk.plugin:oppo:5.2.2'
// // JPush Android SDK v4.6.0 寮�濮嬶紝闇�瑕佸崟鐙紩鍏� oppo 鍘傚晢 aar 锛岃涓嬭浇瀹樼綉 SDK 鍖呭苟鎶� jpush-android-xxx-release/third-push/oppo/libs 涓嬬殑 aar 鏂囦欢鍗曠嫭鎷疯礉涓�浠藉埌搴旂敤 module/libs 涓�
// implementation(name: 'com.heytap.msp-push-3.1.0', ext: 'aar')
// //浠ヤ笅涓� OPPO 3.1.0 aar闇�瑕佷緷璧�
- implementation 'com.google.code.gson:gson:2.6.2'
- implementation 'commons-codec:commons-codec:1.6'
- implementation 'androidx.annotation:annotation:1.1.0'
+// implementation 'com.google.code.gson:gson:2.6.2'
+// implementation 'commons-codec:commons-codec:1.6'
+// implementation 'androidx.annotation:annotation:1.1.0'
// // 鎺ュ叆鑽h��鍘傚晢
- implementation 'cn.jiguang.sdk.plugin:honor:5.2.2'
+// implementation 'cn.jiguang.sdk.plugin:honor:5.2.2'
// apply plugin: 'com.google.gms.google-services'
// apply plugin: 'com.huawei.agconnect'
@@ -148,5 +160,15 @@
//鍦嗗舰澶村儚
implementation 'de.hdodenhof:circleimageview:3.1.0'
+ //骞挎挱閫氫俊
+ implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0'
+ //闃块噷鐨凴ocketMQ
+ implementation 'org.apache.rocketmq:rocketmq-client:4.9.4'
+
+ //room鏁版嵁搴�
+ implementation "androidx.room:room-runtime:2.3.0"
+ implementation "androidx.room:room-ktx:2.3.0"
+ runtimeOnly("androidx.room:room-common:2.3.0")
+ annotationProcessor "androidx.room:room-compiler:2.3.0"
}
\ No newline at end of file
--
Gitblit v1.8.0