From 94be043705cf5d8050e4424524a254befd4790aa Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 06 十二月 2023 13:32:00 +0800 Subject: [PATCH] 2023年12月06日13:31:45 --- app/build.gradle | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5f6271f..032745b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,14 +23,12 @@ } } compileSdk 30 - defaultConfig { applicationId "com.hdl.photovoltaic" minSdk 23 targetSdk 30 versionCode 1 - versionName "1.1.0" - + versionName "1.1.2"//鐗堟湰瑙勫垯1.1鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�1鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true manifestPlaceholders = mfph @@ -94,6 +92,9 @@ implementation 'androidx.navigation:navigation-ui:2.3.5' implementation 'androidx.legacy:legacy-support-v4:1.0.0' + //鍥藉鍒楄〃鍜屾墜鏈哄尯鍙峰簱 + implementation project(path: ':countrypicker') + //浜岀淮鐮佸簱 implementation project(path: ':third-zxing') //Link鏈湴搴� implementation project(path: ':HDLLinkLocalSdk') -- Gitblit v1.8.0