From fc1ec55e6ad56dc92737657750bcca7ed49f53eb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 29 七月 2024 14:44:35 +0800
Subject: [PATCH] 齐河联网版程序和通讯相关工具

---
 app/build.gradle |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index ed99b59..c32469c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,14 +10,14 @@
         }
     }
     namespace 'com.dayu.recharge'
-    compileSdk 33
+    compileSdk 34
 
     defaultConfig {
         applicationId "com.dayu.recharge"
         minSdk 23
         targetSdk 26
-        versionCode 253
-        versionName "2.5.3"
+        versionCode 256
+        versionName "2.5.6"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 
         ndk {
@@ -72,6 +72,7 @@
     implementation project(':henanlibrary')
     implementation project(':baselibrary')
     implementation project(':qihealonelibrary')
+    implementation project(':qiheonlinelibrary')
 
     implementation 'com.tencent.bugly:crashreport:4.1.9.3'
 //    澶勭悊鍥剧墖
@@ -88,5 +89,5 @@
 
     implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
 
-
-}
\ No newline at end of file
+    implementation 'com.google.code.gson:gson:2.10.1'
+}

--
Gitblit v1.8.0