From 949a7a45dd70e89531f121e9fcaee0d911f176e0 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 19 三月 2025 16:48:18 +0800 Subject: [PATCH] 2025年03月19日16:48:04 --- app/build.gradle | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c427dd7..a2b065c 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.1"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 + versionCode 4 + versionName "1.1.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph @@ -155,7 +155,8 @@ //Link鏈湴搴擄紙鍦ㄧ嚎渚濊禆缃戠粶搴擄級 implementation 'com.hdl.android:pmsdk:1.0.9' // implementation 'com.hdl.android:debugsdk:1.0.71' - implementation project(path:':sdk') + implementation project(path: ':sdk') + implementation 'androidx.activity:activity:1.2.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' -- Gitblit v1.8.0