From a61093fc99633b2e5d6a7a14ddd91f26ce2e24ab Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期三, 13 四月 2022 17:04:08 +0800 Subject: [PATCH] 非安卓x1.0 --- HDLSDK/hdl-common/build.gradle | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HDLSDK/hdl-common/build.gradle b/HDLSDK/hdl-common/build.gradle index f054e96..d24143f 100644 --- a/HDLSDK/hdl-common/build.gradle +++ b/HDLSDK/hdl-common/build.gradle @@ -11,7 +11,6 @@ versionCode 2 versionName "1.0.15" - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } @@ -29,6 +28,6 @@ dependencies { api 'com.google.code.gson:gson:2.8.8' - api 'androidx.annotation:annotation:1.2.0' - api 'androidx.collection:collection:1.1.0' + api 'com.android.support:support-annotations:28.0.0"' + api 'com.android.support:collections:28.0.0' } \ No newline at end of file -- Gitblit v1.8.0