From b8f8323cc39091d3119101923251a0455da87f55 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期四, 09 五月 2024 16:03:35 +0800 Subject: [PATCH] 1.制作各种管理卡 --- 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