From bd239f436776d16724a054ad11dffe917e0e4abd Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期三, 08 十二月 2021 13:56:35 +0800 Subject: [PATCH] 引用的aar被去掉了 --- 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