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 | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2aedab6..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' + ndk { + abiFilters 'armeabi-v7a','arm64-v8a' } signingConfig signingConfigs.debug - } buildTypes { @@ -54,7 +53,7 @@ //alias:dayu //ps:dycz@2023 dependencies { - implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs') + implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') compileOnly 'com.android.support:appcompat-v7:28.0.0' compileOnly 'com.android.support.constraint:constraint-layout:1.1.3' compileOnly 'androidx.core:core-ktx:1.8.0' @@ -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