From 765d5165b18938eaefbd5b3af00e8775bfb1a91f Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 28 二月 2025 09:43:35 +0800
Subject: [PATCH] 1.优化代码将http通信通用模块放在baselibrary内 2.创建通用版本的library
---
easysocket/build.gradle | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/easysocket/build.gradle b/easysocket/build.gradle
index 34c191c..bd5fdf8 100644
--- a/easysocket/build.gradle
+++ b/easysocket/build.gradle
@@ -23,6 +23,7 @@
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly 'com.google.code.gson:gson:2.2.4'
+ compileOnly 'com.tencent.bugly:crashreport:4.1.9.3'
}
sourceCompatibility = "7"
--
Gitblit v1.8.0