From f1b6f9eeb0c65be3be02eba1296bf69067af6d9b Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 25 九月 2024 14:51:59 +0800 Subject: [PATCH] 2024年09月25日14:51:50 --- app/build.gradle | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9870691..047b1f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,13 +24,13 @@ keyPassword '85521566' } } - compileSdk 30 + compileSdkVersion 31 defaultConfig { applicationId "com.hdl.photovoltaic" - minSdk 23 - targetSdk 30 + minSdkVersion 23 + targetSdkVersion 31 versionCode 1 - versionName "1.4.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 + versionName "1.5.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph @@ -77,6 +77,14 @@ //noCompress 'foo', 'bar' ignoreAssetsPattern "!.svn:!.git:.*:!CVS:!thumbs.db:!picasa.ini:!*.scc:*~" } +// lintOptions { +// checkReleaseBuilds false +// // Or, if you prefer, you can continue to check for errors in release builds, +// // but continue the build even when errors are found: +// abortOnError false +// } + + /** * 鎵撳寘鑷姩鍛藉悕 */ @@ -145,7 +153,7 @@ implementation project(path: ':third-zxing') //Link鏈湴搴擄紙鍦ㄧ嚎渚濊禆缃戠粶搴擄級 implementation 'com.hdl.android:pmsdk:1.0.2' - implementation 'com.hdl.android:debugsdk:1.0.24' + implementation 'com.hdl.android:debugsdk:1.0.33' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' -- Gitblit v1.8.0