From b760bf5f30d114832c49bf105b1424cf8d2764f2 Mon Sep 17 00:00:00 2001 From: zxd191990 <1713664308@qq.com> Date: Thu, 15 Apr 2021 19:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9build=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 23ab2a8..fbf9832 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,11 +1,4 @@ apply plugin: 'com.huawei.ohos.library' -apply from: '../upload.gradle' - -rootProject.ext { - DEFAULT_GROUP_ID = 'com.gitee.chinasoft_ohos' - DEFAULT_ARTIFACT_ID = "ExpandableTextView" - DEFAULT_VERSION = '0.0.1-SNAPSHOT' -} ohos { compileSdkVersion 5 -- Gitee