From 878049b939a839da6d713d43d435a2f6b93a410a Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 26 三月 2024 16:55:29 +0800 Subject: [PATCH] 添加中安身份证识别模块 把IP设置移动到参数设置界面 --- 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