From c65c2c0bce62473fc3a2e1f9b2f5621214c2300b Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期三, 31 八月 2022 09:27:37 +0800 Subject: [PATCH] tcp去除重发 --- 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