From 4a4ed8210c58dba28deea1a6e69c3671ae1a7dd0 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 10 十二月 2021 17:28:50 +0800 Subject: [PATCH] 2021-12-10 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