From 954eaed548efb75b3dc79343587acb79e53d214d Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 23 八月 2024 17:19:59 +0800 Subject: [PATCH] 优化写卡逻辑,再次读取内容确认写卡成功再提示成功 --- app/build.gradle | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9e070ee..5fd2666 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,19 +10,19 @@ } } namespace 'com.dayu.recharge' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "com.dayu.recharge" minSdk 23 targetSdk 26 - versionCode 22 - versionName "2.2" + versionCode 261 + versionName "2.6.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" -// ndk { -// abiFilters 'armeabi-v7a' -// } + ndk { + 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