From e7b8a808c2274e9c4329092bb752c7ea5cb035fc Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 13 十二月 2021 14:20:20 +0800 Subject: [PATCH] 2021-12-13 1.优化发送,和认证失败错误码处理 --- HDLSDK/build.gradle | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/HDLSDK/build.gradle b/HDLSDK/build.gradle index 1755efa..8641fad 100644 --- a/HDLSDK/build.gradle +++ b/HDLSDK/build.gradle @@ -6,8 +6,7 @@ mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:4.2.2" - + classpath "com.android.tools.build:gradle:4.1.2" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } -- Gitblit v1.8.0