From a3f9e5ce8dce3d86a60a79b85ce44424a612c6fa Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期五, 13 五月 2022 14:06:45 +0800 Subject: [PATCH] 提交jar版本 --- HDLSDK/hdl-connect/build.gradle | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle index 79e077a..5917d64 100644 --- a/HDLSDK/hdl-connect/build.gradle +++ b/HDLSDK/hdl-connect/build.gradle @@ -1,8 +1,9 @@ plugins { - id 'com.android.library' +// id 'com.android.library' + id 'java-library' } -android { +/*android { compileSdkVersion rootProject.compileSdkVersion defaultConfig { @@ -25,10 +26,14 @@ sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } +}*/ +java { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 } dependencies { api project(path: ':hdl-socket') - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.3.0' + implementation files('libs\\commons-lang3-3.12.0.jar') + implementation files('libs\\gson-2.8.8.jar') } -- Gitblit v1.8.0