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-socket/build.gradle | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HDLSDK/hdl-socket/build.gradle b/HDLSDK/hdl-socket/build.gradle index 5c35438..908bff6 100644 --- a/HDLSDK/hdl-socket/build.gradle +++ b/HDLSDK/hdl-socket/build.gradle @@ -1,8 +1,9 @@ plugins { - id 'com.android.library' +// id 'com.android.library' + id 'java-library' } -android { +/*android { compileSdkVersion rootProject.compileSdkVersion defaultConfig { @@ -26,6 +27,10 @@ targetCompatibility JavaVersion.VERSION_1_8 } +}*/ +java { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 } dependencies { -- Gitblit v1.8.0