From beaf2b5257a455644ea26ed1878d3b623102f1d8 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 08 十二月 2023 10:39:00 +0800 Subject: [PATCH] 中安身份证识别相关代码 --- app/build.gradle | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 02c2efb..e3245c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,11 +7,15 @@ defaultConfig { applicationId "com.dayu.recharge" minSdk 23 - targetSdk 33 + targetSdk 26 versionCode 1 versionName "1.0" - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + + ndk { + abiFilters "armeabi-v7a" + } + } buildTypes { @@ -33,7 +37,9 @@ // } // } } - +//ps:dycz@2023 +//alias:dayu +//ps:dycz@2023 dependencies { implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:28.0.0' @@ -60,4 +66,6 @@ exclude group: 'androidx.appcompat'; exclude group: 'androidx.annotation'; } + implementation project(':ocridcardlibrary') + } \ No newline at end of file -- Gitblit v1.8.0