From 7cab8df10ba2161abed4fa8c0df0668bda4166ed Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 26 三月 2024 17:00:34 +0800
Subject: [PATCH] 设置中安身份证识别的参数
---
app/build.gradle | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 494202c..5c1cf3e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@
applicationId "com.dayu.recharge"
minSdk 23
targetSdk 26
- versionCode 16
- versionName "1.6"
+ versionCode 20
+ versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// ndk{
@@ -75,6 +75,7 @@
//鍦板潃閫夋嫨
implementation project(':pickerviewlibrary')
implementation project(':easysocket')
+ implementation project(':ocridcardlibrary')
implementation 'com.tencent.bugly:crashreport:4.1.9.3'
// 澶勭悊鍥剧墖
--
Gitblit v1.8.0