From a231e3aee7881a679243df42ecdd4f4c04adfe87 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 10 一月 2025 10:10:48 +0800 Subject: [PATCH] 2025年01月10日10:10:45 --- app/build.gradle | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0871c83..d1417a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ applicationId "com.hdl.photovoltaic" minSdkVersion 23 targetSdkVersion 34 - versionCode 2 - versionName "1.5.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 + versionCode 4 + versionName "1.0.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph @@ -90,7 +90,7 @@ */ android.applicationVariants.configureEach { variant -> variant.outputs.configureEach { - outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(2)}.apk" + outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(4)}.apk" } } @@ -108,6 +108,7 @@ buildFeatures { viewBinding true + aidl true } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -152,8 +153,9 @@ //浜岀淮鐮佸簱 implementation project(path: ':third-zxing') //Link鏈湴搴擄紙鍦ㄧ嚎渚濊禆缃戠粶搴擄級 - implementation 'com.hdl.android:pmsdk:1.0.2' - implementation 'com.hdl.android:debugsdk:1.0.33' + implementation 'com.hdl.android:pmsdk:1.0.9' +// implementation 'com.hdl.android:debugsdk:1.0.71' + implementation project(path: ':sdk') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' @@ -173,7 +175,7 @@ implementation 'com.github.bumptech.glide:glide:4.13.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' - //娣诲姞StatusBarUtil鐨勪緷璧� + //娣诲姞StatusBarUtil鐨勪緷璧� 鐘舵�佹爮閫傞厤 implementation 'com.jaeger.statusbarutil:library:1.5.1' -- Gitblit v1.8.0