From b1569b789eef12cf5d4252620ca7e7d2d9c8b93a Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期四, 14 十一月 2024 14:26:03 +0800 Subject: [PATCH] sdk重连优化 --- HDLSDK/hdl-connect/build.gradle | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle index 7a4df3a..44857b8 100644 --- a/HDLSDK/hdl-connect/build.gradle +++ b/HDLSDK/hdl-connect/build.gradle @@ -8,10 +8,9 @@ defaultConfig { minSdkVersion rootProject.minSdkVersion targetSdkVersion rootProject.targetSdkVersion - versionCode 1 - versionName "1.0" + versionCode 7 + versionName "1.1.9" - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } @@ -28,11 +27,11 @@ } dependencies { - api project(path: ':hdl-socket') - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.3.0' +// implementation fileTree(include: ['*.jar'], dir: 'libs') - //鍔犲瘑 - implementation 'cn.hutool:hutool-all:5.6.5' - implementation 'org.bouncycastle:bcprov-jdk15on:1.60' -} \ No newline at end of file + api 'com.hdl.hdlhttp:hxhttp:1.0.4' + api 'com.squareup.okhttp3:logging-interceptor:4.9.1' +// embed(name: 'hxhttp_1.0.4_230201',ext: 'aar') + + api 'com.google.code.gson:gson:2.8.8' +} -- Gitblit v1.8.0