From 12fb3fb97f135bbd78b31a06f8451f9b42a2ed6f Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 26 八月 2024 14:23:24 +0800 Subject: [PATCH] 无网络添加提示 --- app/build.gradle | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ec755fd..7456738 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,21 +10,20 @@ } } namespace 'com.dayu.recharge' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "com.dayu.recharge" minSdk 23 targetSdk 26 - versionCode 22 - versionName "2.2" + versionCode 265 + versionName "2.6.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" ndk { - abiFilters 'armeabi-v7a' + abiFilters 'armeabi-v7a','arm64-v8a' } signingConfig signingConfigs.debug - } buildTypes { @@ -72,6 +71,7 @@ implementation project(':henanlibrary') implementation project(':baselibrary') implementation project(':qihealonelibrary') + implementation project(':qiheonlinelibrary') implementation 'com.tencent.bugly:crashreport:4.1.9.3' // 澶勭悊鍥剧墖 @@ -88,5 +88,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