From 2b11b80884fbdbc05bd8f8a76515616306a03a0a Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 12 八月 2024 09:56:36 +0800
Subject: [PATCH] 齐河联网版程序除补卡相关逻辑
---
 app/build.gradle |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index ec755fd..c32469c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,18 +10,18 @@
         }
     }
     namespace 'com.dayu.recharge'
-    compileSdk 33
+    compileSdk 34
 
     defaultConfig {
         applicationId "com.dayu.recharge"
         minSdk 23
         targetSdk 26
-        versionCode 22
-        versionName "2.2"
+        versionCode 256
+        versionName "2.5.6"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 
         ndk {
-            abiFilters 'armeabi-v7a'
+            abiFilters 'armeabi-v7a','arm64-v8a'
         }
         signingConfig signingConfigs.debug
 
@@ -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