From 1ca4bba00b8afae918ef0c01494d8671a4ad1397 Mon Sep 17 00:00:00 2001 From: Eason Date: Mon, 31 May 2021 15:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=AD=BE=E5=90=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/entry/build.gradle b/entry/build.gradle index 16e1b37..3a58d12 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,18 +1,6 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.yanzhenjie.andserver' ohos { - - signingConfigs { - debug { - storeFile file('E:\\svn\\trunk\\keyStore\\BGABanner\\root_1.p12') - storePassword '0000002085ABD24ADEF52FCDDF47220BD453277D613DF5584607068DEB30007D29E8606DD8776B009444953B01ABE2D5' - keyAlias = 'hos_platform_os' - keyPassword '0000002043F12451A8A189ACFBC303F0CC49480F4E882E4A39B9A5221E61B47F477478789D17E47901E974D715A08881' - signAlg = 'SHA256withECDSA' - profile file('E:\\svn\\trunk\\签名文件\\BGABannerDebug.p7b') - certpath file('E:\\svn\\trunk\\keyStore\\BGABanner\\root.cer') - } - } compileSdkVersion 5 defaultConfig { compatibleSdkVersion 5 @@ -25,8 +13,8 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testCompile 'junit:junit:4.12' - api project(':api') - api project(':annotation') + api project(':api') + api project(':annotation') annotationProcessor project(':processor') api 'org.apache.commons:commons-lang3:3.9' api 'com.alibaba:fastjson:1.1.71.android' -- Gitee