From 30859ca8f2175475d2c666353bc27f3b2ceede53 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 22 八月 2024 13:43:47 +0800 Subject: [PATCH] 2024年08月22日13:43:45 --- app/build.gradle | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9870691..b723c72 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.4.2"//鐗堟湰瑙勫垯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