From 84bb9a10e795b8839d9770eeb37aab71bf22e107 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期一, 29 九月 2025 10:13:18 +0800 Subject: [PATCH] 代码优化 --- HDLSDK/com.hdl.sdk/build.gradle | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/HDLSDK/com.hdl.sdk/build.gradle b/HDLSDK/com.hdl.sdk/build.gradle index e21c3e9..48b680e 100644 --- a/HDLSDK/com.hdl.sdk/build.gradle +++ b/HDLSDK/com.hdl.sdk/build.gradle @@ -8,8 +8,8 @@ defaultConfig { minSdkVersion rootProject.minSdkVersion targetSdkVersion rootProject.targetSdkVersion - versionCode 116 - versionName "1.1.6" + versionCode 123 + versionName "1.2.3" } buildTypes { debug { @@ -29,9 +29,6 @@ embed 'com.hdl.hdlhttp:hxhttp:1.0.4' -// api 'androidx.appcompat:appcompat:1.3.1' -// api 'com.google.android.material:material:1.4.0' - embed 'com.squareup.okhttp3:okhttp:4.9.1' embed 'com.squareup.okhttp3:logging-interceptor:4.9.1' embed 'com.squareup.okio:okio:2.8.0' @@ -48,9 +45,6 @@ embed 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle:4.0.2' embed 'org.reactivestreams:reactive-streams:1.0.3' - -// embed(name: 'hxhttp_1.0.4_230201',ext: 'aar') - embed project(path: ':hdl-connect', configuration: 'default') } -- Gitblit v1.8.0