From 9c3cb299d08649b43ccbb93a94163ebe9505c064 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 19 八月 2024 09:49:04 +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 94d0b6d..edf6e9e 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 24 - versionName "2.4" + versionCode 260 + versionName "2.6.0" 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