From de2d3696f975cf6e6df2e580bab305fa9859feea Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 26 十月 2023 17:55:36 +0800 Subject: [PATCH] 2023年10月26日17:55:33 --- app/build.gradle | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 91dfa0e..f1e0a0e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,6 +8,20 @@ ] android { + signingConfigs { + debug { + storeFile file('../keystore/Untitled') + keyAlias 'hdlphotovotaic' + storePassword '85521566' + keyPassword '85521566' + } + release { + storeFile file('../keystore/Untitled') + keyAlias 'photovoltaic' + storePassword '85521566' + keyPassword '85521566' + } + } compileSdk 30 defaultConfig { @@ -41,6 +55,10 @@ release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + signingConfig signingConfigs.release + } + debug { + signingConfig signingConfigs.debug } } @@ -67,6 +85,8 @@ implementation project(path: ':third-zxing') //Link鏈湴搴� implementation project(path: ':HDLLinkLocalSdk') +// implementation project(path: ':HDLLinkPMSdk') + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' @@ -80,6 +100,10 @@ //灞忓箷閫傞厤 implementation 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' + //鍥剧墖鍔犺浇搴� + implementation 'com.github.bumptech.glide:glide:4.12.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + //********UniSDK蹇呴』娣诲姞鐨勪緷璧� start******** implementation "androidx.recyclerview:recyclerview:1.0.0" -- Gitblit v1.8.0