From 7c8ce9b9a7d3fc1aaa4a621e86415b25ad10a34f Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期三, 19 三月 2025 09:36:28 +0800
Subject: [PATCH] 添加source屏扫码流程

---
 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 89dfde9..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 118
-        versionName "1.1.8"
+        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