From a53ec832db44b271e09a23e06a7cf938b15f2156 Mon Sep 17 00:00:00 2001 From: 0000226003-fuchi Date: Thu, 22 Jul 2021 10:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/entry/build.gradle b/entry/build.gradle index b2f00e4..7f6a8af 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,17 +1,6 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' ohos { - signingConfigs { - debug { - storeFile file('D:\\证书\\fcDebug.p12') - storePassword '00000018BA2A9E3EDBA0B58FD01D68DAD5ED7BE17920FFA6C924893263897956536169E59309000C' - keyAlias = 'HMFC' - keyPassword '0000001894A193CF3874AEE87411ACC4B6BAD1E491D2E9BC82C4E2655EC88D4D29C4992BCB490797' - signAlg = 'SHA256withECDSA' - profile file('D:\\证书\\unifiedcircularprogressDebug.p7b') - certpath file('D:\\证书\\HMFC_cetif.cer') - } - } compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 -- Gitee