From 9d57ea9c1ca983a8990dfb3791165c6bae28f483 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 09 五月 2024 16:48:50 +0800
Subject: [PATCH] 1.修复河南版本不能自动连接服务器的bug 2.添加重新选择版本的功能
---
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