From adba037d593cae303557bb686025b8ccc3bdf418 Mon Sep 17 00:00:00 2001
From: 562935844@qq.com
Date: 星期二, 12 九月 2023 13:58:19 +0800
Subject: [PATCH] 澳斯迪去除申请密钥等功能

---
 HDLSDK/com.hdl.sdk/build.gradle |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/HDLSDK/com.hdl.sdk/build.gradle b/HDLSDK/com.hdl.sdk/build.gradle
index 00a22db..e85618c 100644
--- a/HDLSDK/com.hdl.sdk/build.gradle
+++ b/HDLSDK/com.hdl.sdk/build.gradle
@@ -27,10 +27,8 @@
 
     implementation fileTree(include: ['*.jar'], dir: 'libs')
 
-    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.google.code.gson:gson:2.8.8'
+    /*embed 'com.hdl.hdlhttp:hxhttp:1.0.4'
 
     embed 'com.squareup.okhttp3:okhttp:4.9.1'
     embed 'com.squareup.okhttp3:logging-interceptor:4.9.1'
@@ -41,15 +39,12 @@
     embed 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'
     embed 'io.reactivex.rxjava3:rxandroid:3.0.0'
     embed 'io.reactivex.rxjava3:rxjava:3.1.1'
-    embed 'com.google.code.gson:gson:2.8.8'
 
     embed 'com.trello.rxlifecycle4:rxlifecycle:4.0.2'
     embed 'com.trello.rxlifecycle4:rxlifecycle-android:4.0.2'
     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 'org.reactivestreams:reactive-streams:1.0.3'*/
 
     embed project(path: ':hdl-connect', configuration: 'default')
 

--
Gitblit v1.8.0